From 4a7ccf74ff85a49e8c701a4d1c40f316b6fec4c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tor=20Arne=20Vestb=C3=B8?= Date: Tue, 16 Feb 2016 16:39:18 +0100 Subject: Disable XCTest support in QtTestLib MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit In recent Xcode versions it doesn't work as expected, and caused build failures in downstream modules, so we disable it until the cause can be investigated further. Change-Id: Ie54c7256a10d73610ec7e481b9d665b75e396365 Reviewed-by: Simon Hausmann Reviewed-by: Tor Arne Vestbø --- src/testlib/testlib.pro | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/testlib/testlib.pro b/src/testlib/testlib.pro index 0faa1c7d30..85fb0cd2fe 100644 --- a/src/testlib/testlib.pro +++ b/src/testlib/testlib.pro @@ -78,8 +78,8 @@ mac { LIBS += -framework Security osx: LIBS += -framework ApplicationServices -framework IOKit - # XCTest support - !lessThan(QMAKE_XCODE_VERSION, "6.0") { + # XCTest support (disabled for now) + false:!lessThan(QMAKE_XCODE_VERSION, "6.0") { OBJECTIVE_SOURCES += qxctestlogger.mm HEADERS += qxctestlogger_p.h -- cgit v1.2.3