summaryrefslogtreecommitdiffstats
path: root/Tests/QtAutogen/CommonTests.cmake
diff options
context:
space:
mode:
authorSebastian Holtermann <sebholt@xwmw.org>2017-12-08 18:15:26 (GMT)
committerSebastian Holtermann <sebholt@xwmw.org>2017-12-13 12:48:28 (GMT)
commitfb7e52ca3d920ca1de8b2abb23da3d83db988eca (patch)
tree5115b6cc960afe715352af9985186fc94eebbdce /Tests/QtAutogen/CommonTests.cmake
parent5cab8c307c7df585152e3ab9e007574cb0e690dc (diff)
downloadCMake-fb7e52ca3d920ca1de8b2abb23da3d83db988eca.zip
CMake-fb7e52ca3d920ca1de8b2abb23da3d83db988eca.tar.gz
CMake-fb7e52ca3d920ca1de8b2abb23da3d83db988eca.tar.bz2
Autogen: Tests: Separate MocMacroName 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 fdf41b6..6a92873 100644
--- a/Tests/QtAutogen/CommonTests.cmake
+++ b/Tests/QtAutogen/CommonTests.cmake
@@ -12,3 +12,6 @@ if(QT_TEST_ALLOW_QT_MACROS)
endif()
ADD_AUTOGEN_TEST(UicSkipSource)
ADD_AUTOGEN_TEST(RccSkipSource)
+if(NOT QT_TEST_VERSION STREQUAL 4)
+ ADD_AUTOGEN_TEST(MocMacroName mocMacroName)
+endif()