diff options
author | Ian Dean <ian@mediator-software.com> | 2012-07-19 06:02:56 (GMT) |
---|---|---|
committer | Qt by Nokia <qt-info@nokia.com> | 2012-09-18 09:09:00 (GMT) |
commit | b3c21d93f66617b87b341911d329c0b1ad6af485 (patch) | |
tree | aee75fa9e661cc33916b3ef6c01de7217a8b4676 /src/testlib | |
parent | c14694621aab2e7df13830f80621fb5680b432e4 (diff) | |
download | Qt-b3c21d93f66617b87b341911d329c0b1ad6af485.zip Qt-b3c21d93f66617b87b341911d329c0b1ad6af485.tar.gz Qt-b3c21d93f66617b87b341911d329c0b1ad6af485.tar.bz2 |
Refactor coreservices -> ios & QT_NO_CORESERVICES -> Q_OS_IOS
Similar work was done in Qt5 in Change Id3b02316
Change-Id: I392d2a5bfffb9a335f28d5dbc5ea27b800fc4487
Reviewed-by: Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@nokia.com>
Diffstat (limited to 'src/testlib')
-rw-r--r-- | src/testlib/testlib.pro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/testlib/testlib.pro b/src/testlib/testlib.pro index c25d23d..34fcb2e 100644 --- a/src/testlib/testlib.pro +++ b/src/testlib/testlib.pro @@ -73,7 +73,7 @@ mac:LIBS += -framework IOKit \ -framework Security !qpa:mac: LIBS += -framework ApplicationServices qpa:mac: { - contains(QT_CONFIG, coreservices) { + !ios { LIBS_PRIVATE += -framework CoreServices } else { LIBS_PRIVATE += -framework CoreFoundation |