summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorStephen Kelly <stephen.kelly@kdab.com>2012-10-09 17:49:26 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2012-10-09 18:54:07 +0200
commit96c318f4188548ef5cf045ffc21bc0afafda3254 (patch)
tree7b2ebcdfd4beac44d3dc2798c4075566026ffbd6 /tests
parent32b035472ce2cce2949e110edc8d97693ee5f37e (diff)
downloadqttools-96c318f4188548ef5cf045ffc21bc0afafda3254.tar.gz
Make the cmake test insignificant in QtTools on Mac.
Recent qtbase changes seem to have broken it. Change-Id: Ie596e8b8b5bd8c6cb804c84808595a2388a2bfef Reviewed-by: Stephen Kelly <stephen.kelly@kdab.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/cmake/cmake.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/cmake/cmake.pro b/tests/auto/cmake/cmake.pro
index bd61ed2bd..fb9ae5eea 100644
--- a/tests/auto/cmake/cmake.pro
+++ b/tests/auto/cmake/cmake.pro
@@ -3,5 +3,5 @@
TEMPLATE = subdirs
# QtUiTools test fail on Windows/MSVC because it's a static library - QTBUG-27087
-win32:CONFIG += insignificant_test
+if(win32|mac):CONFIG += insignificant_test
CONFIG += ctest_testcase