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>
This commit is contained in:
parent
d6c8073a34
commit
4a7ccf74ff
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user