qt6-bb10/examples/corelib/tools
Lucie Gérard fb1b20eab3 Add license headers to cmake files
CMakeLists.txt and .cmake files of significant size
(more than 2 lines according to our check in tst_license.pl)
now have the copyright and license header.

Existing copyright statements remain intact

Task-number: QTBUG-88621
Change-Id: I3b98cdc55ead806ec81ce09af9271f9b95af97fa
Reviewed-by: Jörg Bornemann <joerg.bornemann@qt.io>
2022-08-03 17:14:55 +02:00
..
contiguouscache Add license headers to cmake files 2022-08-03 17:14:55 +02:00
customtype Add license headers to cmake files 2022-08-03 17:14:55 +02:00
customtypesending Add license headers to cmake files 2022-08-03 17:14:55 +02:00
doc/src Fix typos in docs and comments 2022-06-15 21:31:02 +02:00
CMakeLists.txt Add license headers to cmake files 2022-08-03 17:14:55 +02:00
README Move Qt Core examples under a common subdirectory 2014-10-17 14:57:13 +02:00
tools.pro Use dependencies instead of CONFIG+=ordered 2017-12-02 11:09:15 +00:00

README

Qt is equipped with a range of capable tool classes, from containers and
iterators to classes for string handling and manipulation.

Other classes provide application infrastructure support, handling plugin
loading and managing configuration files.


Documentation for these examples can be found via the Examples
link in the main Qt documentation.