summaryrefslogtreecommitdiffstats
path: root/Tests/QtAutogen/mocPlugin/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* Autogen: Move repeated tests to new QtAutogenRerun testSebastian Holtermann2017-07-211-33/+0
| | | | | | By moving QtAutogen tests that run repeatedly to a new QtAutogenRerun test, the `ctest -R Qt[45]Autogen -j4` call runs approximately 25% faster.
* Autogen: Process GENERATED files. Add CMP0071.Sebastian Holtermann2017-07-181-1/+1
| | | | | | | | | | This lets AUTOMOC and AUTOUIC process GENERATED files which used to be ignored before. A new policy CMP0071 ensures that the old behavior of ignoring GENERATED files is enabled when the CMake compatibility version CMAKE_MINIMUM_REQUIRED is < 3.10. Closes #16186
* Tests: Fix Qt5Autogen test on XcodeBrad King2017-05-301-0/+1
| | | | | | | Fix the `mocPlugin` project to provide `mocPlugin.xcodeproj` instead of `Project.xcodeproj` so that the `try_compile` project name matches. Also search in the `Debug` subdirectory of the `try_compile` build tree for the resulting binaries, to work with multi-config generators.
* Autogen: Fix for Q_PLUGIN_METADATA change detection testSebastian Holtermann2017-02-261-5/+5
|
* Autogen: Add AUTOMOC_DEPEND_FILTERS testSebastian Holtermann2017-02-221-2/+9
|
* Autogen: Tests: Add Q_PLUGIN_METADATA testSebastian Holtermann2017-02-211-0/+25