Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Tests: Add support for testing Qt6 | Craig Scott | 2021-10-04 | 1 | -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 cyle | Kyle Edwards | 2021-03-29 | 1 | -0/+8 |
| | |||||
* | Tests: Test Qt autogen target with CMP0116 set to WARN | Kyle Edwards | 2021-02-23 | 1 | -0/+1 |
| | |||||
* | AutoGen: Account for CMP0116 in the depfile | Kyle Edwards | 2020-12-08 | 1 | -0/+3 |
| | | | | Fixes: #21467 | ||||
* | AutoGen: Add test to check for correct AutoMoc dependencies | Alexandru Croitor | 2020-08-03 | 1 | -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. |