summaryrefslogtreecommitdiffstats
path: root/Tests/QtAutogen/Tests.cmake
Commit message (Collapse)AuthorAgeFilesLines
* Tests: Add AUTOGEN policy CMP0100 testSebastian Holtermann2020-01-041-0/+1
| | | | | Add a test for policy CMP0100 that configures whether or not AUTOMOC and AUTOUIC should process .hh header files.
* Tests: At QtAutogen.MocIncludeSymlink testSebastian Holtermann2019-09-181-0/+1
|
* Tests: Merge QtAutogen.MocIncludeStrict and MocIncludeRelaxedSebastian Holtermann2019-09-181-2/+1
|
* Autogen: Add ManySources testSebastian Holtermann2019-04-151-0/+1
| | | | | | | The QtAutogen/ManySources test generates a number of source, header, .ui and .qrc files that get AUTOMOC, AUTOUIC and AUTORCC processed. This stresses the concurrency framework in `cmQtAutoMocUic` and should reveal any issues with that.
* Autogen: Reenable passing compiler implicit include directories to mocSebastian Holtermann2019-01-281-2/+1
| | | | | | | | | | | Since commit 5990ecb741 (Compute implicit include directories from compiler output, 2018-12-07) we now have compiler implicit include directory computation for gcc and clang. It should be safe now to pass these to `moc`. This patch re-enables passing the compiler implicit include directories to `moc`, which was disabled due to issue #18669. Fixes: #18041 Issue: #18669
* Autogen: Revert passing compiler implicit includes to mocSebastian Holtermann2018-12-071-1/+2
| | | | | | | | | Passing an incomplete list of compiler include directories causes a regression in the KIO project (and probably others). We need to disable it until the complete list is available (see #16291). Fixes: #18669 Issue: #18041
* Autogen: Add QtAutogen.UicNoGui testSebastian Holtermann2018-11-281-0/+1
| | | | | Adds a Qt core only test that has ``AUTOUIC`` enabled targets that don't link against QtXWidgets or Qt at all.
* Autogen: Sort testsSebastian Holtermann2018-11-141-0/+46