Make the cmake test insignificant in QtTools on Mac.
authorStephen Kelly <stephen.kelly@kdab.com>
Tue, 9 Oct 2012 15:49:26 +0000 (17:49 +0200)
committerThe Qt Project <gerrit-noreply@qt-project.org>
Tue, 9 Oct 2012 16:54:07 +0000 (18:54 +0200)
Recent qtbase changes seem to have broken it.

Change-Id: Ie596e8b8b5bd8c6cb804c84808595a2388a2bfef
Reviewed-by: Stephen Kelly <stephen.kelly@kdab.com>
tests/auto/cmake/cmake.pro

index bd61ed2..fb9ae5e 100644 (file)
@@ -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