summaryrefslogtreecommitdiffstats
path: root/Tests/QtAutogen/MocInclude
Commit message (Collapse)AuthorAgeFilesLines
* Tests: Fix Qt*Autogen.MocIncludeSymlink test on WindowsBrad King2022-02-251-2/+4
| | | | | | | | | | | | | This test runs the `Tests/QtAutogen/MocInclude` test inside symlinked directories. The `MocInclude` test previously relied on `get_filename_component(... REALPATH)` to get the real source tree location and compute the path to `AutogenCoreTest.cmake` from it. However, this does not work on Windows due to issue #17206. The test has been passing on Windows only on machines where symlinks cannot be created and the main part of the test is skipped. On machines where symlinks can be created, the test failed with that approach. Fix it by explicitly passing the path to the helper script in as a cache entry. Avoid relying on `REALPATH`.
* Tests: Add support for testing Qt6Craig Scott2021-10-041-1/+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
* Revise include order using clang-format-6.0Kitware Robot2019-10-0112-0/+12
| | | | | Run the `clang-format.bash` script to update our C and C++ code to a new include order `.clang-format`. Use `clang-format` version 6.0.
* Tests: Merge QtAutogen.MocIncludeStrict and MocIncludeRelaxedSebastian Holtermann2019-09-1891-800/+1130
|
* Autogen: Tests: Fix MocInclude test(s)Sebastian Holtermann2018-01-179-0/+18
|
* Autogen: Tests: Separate MocInclude testSebastian Holtermann2017-12-1337-0/+792