summaryrefslogtreecommitdiff
path: root/Tests/RunCMake/Autogen
Commit message (Collapse)AuthorAgeFilesLines
* Tests: Add support for testing Qt6Craig Scott2021-10-046-12/+18
| | | | | | | | | | | | 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/RunCMake/Autogen: test CMP0111 behaviorBen Boeckel2021-09-245-0/+75
| | | | | | | On Windows, imported shared libraries which only have an `IMPORTED_IMPLIB` set fail if they are depended upon by a target using automoc. Add a test for the behavior of depending upon all imported target types from an automoc-using target.
* Tests: add cases for providing Qt5Core_VERSION manuallyBen Boeckel2019-01-305-0/+64
|
* Autogen: Adaptive missing Qt warningSebastian Holtermann2019-01-151-1/+1
| | | | | This makes the warning message for a missing Qt use the requested Qt version in the message text.
* Autogen: Add and use QtAutoGen::Tools methodSebastian Holtermann2019-01-151-1/+1
|
* Tests: Add case for warning when AUTOMOC/UIC/RCC gets disabledBrad King2019-01-115-0/+20