From 22042dd769db15cf2b802270a2aee3039bd114d1 Mon Sep 17 00:00:00 2001 From: Ian Dean Date: Fri, 30 Mar 2012 09:03:00 +0100 Subject: Change coreservices -> ios MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Replace "contains(QT_CONFIG, coreservices)" with "!ios" in config files. Replace "QT_NO_CORESERVICES" with "Q_OS_IOS" in source files. Change-Id: Id3b02316b245a24ce550e0b47596d18a4a409e4f Reviewed-by: Morten Johan Sørvig --- src/plugins/platforms/platforms.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/plugins/platforms/platforms.pro') diff --git a/src/plugins/platforms/platforms.pro b/src/plugins/platforms/platforms.pro index 51de06f910..61e06d80c1 100644 --- a/src/plugins/platforms/platforms.pro +++ b/src/plugins/platforms/platforms.pro @@ -6,7 +6,7 @@ contains(QT_CONFIG, xcb) { SUBDIRS += xcb } -mac:contains(QT_CONFIG, coreservices): SUBDIRS += cocoa +mac:!ios: SUBDIRS += cocoa win32: SUBDIRS += windows -- cgit v1.2.3