summaryrefslogtreecommitdiffstats
path: root/Tests/QtAutogen/CommonTests.cmake
diff options
context:
space:
mode:
authorSebastian Holtermann <sebholt@xwmw.org>2017-12-08 19:07:55 (GMT)
committerSebastian Holtermann <sebholt@xwmw.org>2017-12-13 12:50:18 (GMT)
commitd7868687c814cded6319dd0cfd9fff5c737bf0f0 (patch)
tree3a1bbf5210e0ca59bc2b19b736fd747dcad4ed13 /Tests/QtAutogen/CommonTests.cmake
parentb8ef28ae1f442144f55e23b8defffe01aa350c44 (diff)
downloadCMake-d7868687c814cded6319dd0cfd9fff5c737bf0f0.zip
CMake-d7868687c814cded6319dd0cfd9fff5c737bf0f0.tar.gz
CMake-d7868687c814cded6319dd0cfd9fff5c737bf0f0.tar.bz2
Autogen: Tests: Separate MacOsFW 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 9e49153..1e2894e 100644
--- a/Tests/QtAutogen/CommonTests.cmake
+++ b/Tests/QtAutogen/CommonTests.cmake
@@ -25,3 +25,6 @@ if(QT_TEST_ALLOW_QT_MACROS)
endif()
ADD_AUTOGEN_TEST(UicInclude uicInclude)
ADD_AUTOGEN_TEST(ObjectLibrary someProgram)
+if(APPLE AND (NOT QT_TEST_VERSION STREQUAL 4))
+ ADD_AUTOGEN_TEST(MacOsFW)
+endif()