summaryrefslogtreecommitdiffstats
path: root/Tests/QtAutogen/TestMacros.cmake
Commit message (Collapse)AuthorAgeFilesLines
* Tests: Add support for testing Qt6Craig Scott2021-10-041-1/+10
| | | | | | | | | | | | The minimum CMake version for Qt6 is 3.16, so all the calls to cmake_minimum_required() are updated here to enforce that minimum. This will avoid any CMake version-related warnings from Qt. Avoid hard-coding Qt5 where the tests could now be using Qt5 or Qt6. Fixes: #22188
* ctest: Support multiple -L and -LE options to mean "AND"Adriaan de Groot2021-03-281-0/+1
| | | | Fixes: #21087
* Autogen: Add support for per-config sourcesBrad King2020-12-161-0/+5
| | | | Fixes: #20682
* Tests/QtAutogen: Forward build configuration in multi-config generatorsBrad King2020-12-161-1/+4
|
* Autogen: Tests: Use non inverting Qt version testsSebastian Holtermann2018-08-091-1/+1
|
* Autogen: Enable CMAKE_AUTOGEN_VERBOSE in all testsSebastian Holtermann2018-06-211-0/+1
|
* GENERATOR_IS_MULTI_CONFIG: Use for multi-config checks in TestsCraig Scott2017-12-291-1/+1
|
* Autogen: Tests: Separate mocOnly and mocOnlyOpts testsSebastian Holtermann2017-12-131-4/+3
|
* Autogen: Tests: Add basic scripts for separate testsSebastian Holtermann2017-12-131-0/+61