From 96c318f4188548ef5cf045ffc21bc0afafda3254 Mon Sep 17 00:00:00 2001
From: Stephen Kelly <stephen.kelly@kdab.com>
Date: Tue, 9 Oct 2012 17:49:26 +0200
Subject: [PATCH] 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>
---
 tests/auto/cmake/cmake.pro | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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
-- 
GitLab