summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/Ninja/Qt5AutoMocDeps.cmake
Commit message (Collapse)AuthorAgeFilesLines
* Tests: Add support for testing Qt6Craig Scott2021-10-041-21/+0
| | | | | | | | | | | | 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 test for Ninja automoc dependency cyleKyle Edwards2021-03-291-0/+8
|
* Tests: Test Qt autogen target with CMP0116 set to WARNKyle Edwards2021-02-231-0/+1
|
* AutoGen: Account for CMP0116 in the depfileKyle Edwards2020-12-081-0/+3
| | | | Fixes: #21467
* AutoGen: Add test to check for correct AutoMoc dependenciesAlexandru Croitor2020-08-031-0/+9
When using Qt 5.15.0 or above together with Ninja, check that touching a source file of a dependency does not needlessly re-run AUTOMOC for the dependee target.