qt5base-lts/examples/qtestlib
David Skoland 27d96b4789 Replace QtTest headers with QTest
Complete search and replace of QtTest and QtTest/QtTest with QTest, as
QtTest includes the whole module. Replace all such instances with
correct header includes. See Jira task for more discussion.

Fixes: QTBUG-88831
Change-Id: I981cfae18a1cabcabcabee376016b086d9d01f44
Pick-to: 6.0
Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io>
2020-12-22 15:20:30 +01:00
..
tutorial1 Replace QtTest headers with QTest 2020-12-22 15:20:30 +01:00
tutorial2 Replace QtTest headers with QTest 2020-12-22 15:20:30 +01:00
tutorial3 Replace QtTest headers with QTest 2020-12-22 15:20:30 +01:00
tutorial4 Replace QtTest headers with QTest 2020-12-22 15:20:30 +01:00
tutorial5 CMake: Regenerate examples to set the WIN32_EXECUTABLE property 2020-10-27 12:49:39 +01:00
CMakeLists.txt Don't depend on tools for the qtestlib examples 2020-08-12 19:37:15 +02:00
qtestlib.pro Don't depend on tools for the qtestlib examples 2020-08-12 19:37:15 +02:00
README Doc: Fix references to Qt Test 2013-01-30 01:35:06 +01:00

The Qt Test framework is a tool for unit testing Qt based applications
and libraries. Qt Test provides all the functionality commonly found
in unit testing frameworks as well as extensions for testing graphical
user interfaces.


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