Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Tests: Add support for testing Qt6 | Craig Scott | 2021-10-04 | 3 | -3/+1 |
| | | | | | | | | | | | | 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 | ||||
* | Tests: Add AUTOGEN policy CMP0100 test | Sebastian Holtermann | 2020-01-04 | 8 | -0/+161 |
Add a test for policy CMP0100 that configures whether or not AUTOMOC and AUTOUIC should process .hh header files. |