From d2649c50e0db1092aa0e0a0c0e3965ce9d52faf1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tor=20Arne=20Vestb=C3=B8?= Date: Tue, 1 Oct 2013 17:26:21 +0200 Subject: testlib: Don't link to IOKit on iOS, it's not part of the SDK IOKit used to be part of the 5.x and 6.x iOS SDKs, but not officially, so when Apple in the iOS 7 SDK removed IOKit headers and the library symlink, our builds started failing. Change-Id: I631cab7c106559968c06977fa25157a57402594c Reviewed-by: Richard Moe Gustavsen --- src/testlib/testlib.pro | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'src') diff --git a/src/testlib/testlib.pro b/src/testlib/testlib.pro index 97301de151..571e3b2fca 100644 --- a/src/testlib/testlib.pro +++ b/src/testlib/testlib.pro @@ -69,10 +69,8 @@ wince*::LIBS += libcmt.lib \ winsock.lib mac { - LIBS += -framework IOKit -framework Security - !ios { - LIBS += -framework ApplicationServices - } + LIBS += -framework Security + osx: LIBS += -framework ApplicationServices -framework IOKit } load(qt_module) -- cgit v1.2.3