diff options
author | Tor Arne Vestbø <tor.arne.vestbo@theqtcompany.com> | 2016-02-16 16:39:18 +0100 |
---|---|---|
committer | Tor Arne Vestbø <tor.arne.vestbo@theqtcompany.com> | 2016-02-17 13:12:56 +0000 |
commit | 4a7ccf74ff85a49e8c701a4d1c40f316b6fec4c5 (patch) | |
tree | d21b144fbd756ca938d23b28deb2cdcbdae531f2 /src/testlib | |
parent | d6c8073a34e77f8a1afbca913df86f7e70ee9f74 (diff) | |
download | qtbase-4a7ccf74ff85a49e8c701a4d1c40f316b6fec4c5.tar.gz |
Disable XCTest support in QtTestLib
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 <simon.hausmann@theqtcompany.com>
Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@theqtcompany.com>
Diffstat (limited to 'src/testlib')
-rw-r--r-- | src/testlib/testlib.pro | 4 |
1 files changed, 2 insertions, 2 deletions
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 |