testlib: Don't limit linking to XCTest to Xcode projects
Applications built using the regular makefile generator also need to link to XCTest, as the library is referenced from qxctestlogger.mm Change-Id: Iedbb5c6a2811fd904d75abc20f4e39440e44e748 Reviewed-by: Simon Hausmann <simon.hausmann@theqtcompany.com>
parent
6b19eec631
commit
dce3561aa9
|
|
@ -1,4 +1,4 @@
|
|||
equals(TEMPLATE, app):macx-xcode {
|
||||
equals(TEMPLATE, app) {
|
||||
load(sdk)
|
||||
# Make the XCTest framework available. This is normally handled automatically
|
||||
# by Xcode based on heuristics, but we need to explicitly link to XCTest.
|
||||
|
|
|
|||
Loading…
Reference in New Issue