summaryrefslogtreecommitdiffstats
path: root/Tests/QtAutogen/CommonTests.cmake
diff options
context:
space:
mode:
authorSebastian Holtermann <sebholt@xwmw.org>2017-12-08 16:38:13 (GMT)
committerSebastian Holtermann <sebholt@xwmw.org>2017-12-13 12:48:27 (GMT)
commit6273b8354902e1af124d6f9b4a0ba23cf5e8a9b9 (patch)
treea029fed808dab3f7202be7bc6519701aae445888 /Tests/QtAutogen/CommonTests.cmake
parent0b8597a86ee8bed2c34f52d309fd57b5f29a1595 (diff)
downloadCMake-6273b8354902e1af124d6f9b4a0ba23cf5e8a9b9.zip
CMake-6273b8354902e1af124d6f9b4a0ba23cf5e8a9b9.tar.gz
CMake-6273b8354902e1af124d6f9b4a0ba23cf5e8a9b9.tar.bz2
Autogen: Tests: Separate uicOnly test
Diffstat (limited to 'Tests/QtAutogen/CommonTests.cmake')
-rw-r--r--Tests/QtAutogen/CommonTests.cmake3
1 files changed, 3 insertions, 0 deletions
diff --git a/Tests/QtAutogen/CommonTests.cmake b/Tests/QtAutogen/CommonTests.cmake
index 5abbee5..9121f41 100644
--- a/Tests/QtAutogen/CommonTests.cmake
+++ b/Tests/QtAutogen/CommonTests.cmake
@@ -1,3 +1,6 @@
# Autogen tests common for Qt4 and Qt5
ADD_AUTOGEN_TEST(MocOnly mocOnly)
ADD_AUTOGEN_TEST(MocOptions mocOptions)
+if(QT_TEST_ALLOW_QT_MACROS)
+ ADD_AUTOGEN_TEST(UicOnly uicOnly)
+endif()