summaryrefslogtreecommitdiffstats
path: root/Tests/QtAutogen/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* Autogen: Tests: Separate Complex testSebastian Holtermann2017-12-131-64/+0
|
* Autogen: Tests: Separate StaticLibraryCycle testSebastian Holtermann2017-12-131-4/+0
|
* Autogen: Tests: Separate SameName testSebastian Holtermann2017-12-131-4/+0
|
* Autogen: Tests: Separate MacOsFW testSebastian Holtermann2017-12-131-6/+0
|
* Autogen: Tests: Separate ObjectLibrary testSebastian Holtermann2017-12-131-4/+0
|
* Autogen: Tests: Separate UicInclude testSebastian Holtermann2017-12-131-4/+0
|
* Autogen: Tests: Separate MocCMP0071 testSebastian Holtermann2017-12-131-6/+0
|
* Autogen: Tests: Separate MocInclude testSebastian Holtermann2017-12-131-7/+0
|
* Autogen: Tests: Separate MocDepends testSebastian Holtermann2017-12-131-4/+0
|
* Autogen: Tests: Separate MocMacroName testSebastian Holtermann2017-12-131-6/+0
|
* Autogen: Tests: Separate RccSkipSource testSebastian Holtermann2017-12-131-21/+0
|
* Autogen: Tests: Separate UicSkipSource testSebastian Holtermann2017-12-131-20/+0
|
* Autogen: Tests: Separate MocSkipSource testSebastian Holtermann2017-12-131-35/+0
|
* Autogen: Tests: Separate RccOffMocLibrary testSebastian Holtermann2017-12-131-16/+0
|
* Autogen: Tests: Separate RccOnly and RccEmpty testsSebastian Holtermann2017-12-131-12/+0
|
* Autogen: Tests: Separate uicOnly testSebastian Holtermann2017-12-131-9/+0
|
* Autogen: Tests: Separate mocOnly and mocOnlyOpts testsSebastian Holtermann2017-12-131-11/+0
|
* Autogen: Tests: Add test for MacOS frameworksSebastian Holtermann2017-12-071-0/+6
|
* Autogen: Tests: Set AUTOMOC_MOC_OPTIONS in a simple testSebastian Holtermann2017-10-311-0/+5
|
* Autogen: Tests: Add test for STATIC_LIBRARY cyclesSebastian Holtermann2017-10-271-0/+4
|
* Autogen: Tests: Update AUTOMOC_MACRO_NAMES testSebastian Holtermann2017-09-281-11/+8
|
* Autogen: Fix and extend SKIP_AUTOMOC testSebastian Holtermann2017-08-221-2/+13
|
* Autogen: Add test for AUTOMOC_MACRO_NAMESSebastian Holtermann2017-08-181-0/+9
|
* Autogen: Add test for OBJECT librariesSebastian Holtermann2017-08-101-0/+4
|
* Autogen: Move repeated tests to new QtAutogenRerun testSebastian Holtermann2017-07-211-203/+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: Extended mocInclude testsSebastian Holtermann2017-07-201-0/+6
| | | | The extended tests cover more AUTOMOC use cases.
* Autogen: Process GENERATED files. Add CMP0071.Sebastian Holtermann2017-07-181-5/+10
| | | | | | | | | | 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
* Autogen: Q_OBJECT behind brace testSebastian Holtermann2017-06-201-9/+15
|
* Autogen: Tests: Disable some tests on non ASCII build pathsSebastian Holtermann2017-06-131-23/+41
|
* Autogen: Tests fix for utf8 pathsSebastian Holtermann2017-06-121-2/+2
|
* Tests: Fix Qt5Autogen test on XcodeBrad King2017-05-301-4/+4
| | | | | | | 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: Tests: More rigorous rcc rebuild testsSebastian Holtermann2017-03-231-33/+69
| | | | Closes: #16103
* Autogen: Test: Add mocDepends testSebastian Holtermann2017-03-061-0/+4
|
* Autogen: Test: Add generated qrc file to rccDepends testSebastian Holtermann2017-03-061-3/+18
|
* Autogen: Test: Add timestamp comparison to moc rerun testSebastian Holtermann2017-03-061-14/+29
|
* Autogen: Test: Rename automoc_rerun test to mocRerunSebastian Holtermann2017-03-061-7/+7
|
* Autogen: Test: Rename autorcc_depends test to rccDependsSebastian Holtermann2017-03-061-7/+7
|
* Autogen: Add AUTOUIC_SEARCH_PATHS testSebastian Holtermann2017-03-021-0/+4
|
* Autogen: Fix for Q_PLUGIN_METADATA change detection testSebastian Holtermann2017-02-261-38/+39
|
* Autogen: Add AUTOMOC_DEPEND_FILTERS testSebastian Holtermann2017-02-221-4/+18
|
* Autogen: Tests: Add Q_PLUGIN_METADATA testSebastian Holtermann2017-02-211-2/+59
|
* Autogen: Tests: Add moc include testsSebastian Holtermann2017-02-211-0/+8
|
* Autogen: Tests: Clean commentsSebastian Holtermann2017-02-211-11/+11
|
* AUTOGEN: Tests: AUTORCC SKIP_AUTORCC and SKIP_AUTOGEN testSebastian Holtermann2017-01-101-0/+21
|
* AUTOGEN: Tests: AUTOUIC SKIP_AUTOUIC and SKIP_AUTOGEN testSebastian Holtermann2017-01-101-0/+20
|
* AUTOGEN: Tests: AUTOMOC SKIP_AUTOMOC and SKIP_AUTOGEN testSebastian Holtermann2017-01-101-0/+22
|
* QtAutogen: Tests: Increase minimum required CMake versionSebastian Holtermann2016-12-071-1/+1
|
* QtAutogen: Tests: Don't include CMAKE_CURRENT_BINARY_DIRSebastian Holtermann2016-12-071-1/+0
|
* QtAutogen tests: Pass Qt compiler features to library targetsSebastian Holtermann2016-11-291-1/+4
|
* QtAutogen tests: Move the complex test case to a subdirectorySebastian Holtermann2016-11-291-83/+10
|