qt5base-lts/examples/qtestlib
Joerg Bornemann ff00ef6410 Raise cmake_minimum_required to VERSION 3.16 in examples
Pick-to: 6.2
Task-number: QTBUG-95636
Change-Id: I1270b4846d8a23bc3563b6942c0910e095d2be4a
Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
2021-08-17 19:18:54 +02:00
..
tutorial1 Raise cmake_minimum_required to VERSION 3.16 in examples 2021-08-17 19:18:54 +02:00
tutorial2 Raise cmake_minimum_required to VERSION 3.16 in examples 2021-08-17 19:18:54 +02:00
tutorial3 Raise cmake_minimum_required to VERSION 3.16 in examples 2021-08-17 19:18:54 +02:00
tutorial4 Raise cmake_minimum_required to VERSION 3.16 in examples 2021-08-17 19:18:54 +02:00
tutorial5 Raise cmake_minimum_required to VERSION 3.16 in examples 2021-08-17 19:18:54 +02:00
CMakeLists.txt Build examples in isolated sub-builds using ExternalProject 2021-05-26 13:33:29 +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.