summaryrefslogtreecommitdiffstats
path: root/src/corelib/io/io.pri
diff options
context:
space:
mode:
authorQt4iOS <ian@mediator-software.com>2012-03-24 14:00:56 +0000
committerQt by Nokia <qt-info@nokia.com>2012-04-11 15:42:14 +0200
commit62cda62c0c70a75de3f87cbd802a1be24d27ef18 (patch)
treec95521d20f43507d44886d53b7ce3abc80ba6aa8 /src/corelib/io/io.pri
parent89f6997e805e4bc94bea4aff592b5ae93aea8e85 (diff)
Modified project files to be iOS compatible.
Removed some MacOS source code files from iOS build. Use unix standard paths for now (iOS-specific implementation will come later). Change-Id: I8b2731b431b3a379a1ec4ec07d227e886209e3e9 Reviewed-by: Morten Johan Sørvig <morten.sorvig@nokia.com>
Diffstat (limited to 'src/corelib/io/io.pri')
-rw-r--r--src/corelib/io/io.pri6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/corelib/io/io.pri b/src/corelib/io/io.pri
index d24ea667b2..533938c057 100644
--- a/src/corelib/io/io.pri
+++ b/src/corelib/io/io.pri
@@ -103,7 +103,11 @@ win32 {
SOURCES += io/qsettings_mac.cpp
}
macx-*: {
- SOURCES += io/qstandardpaths_mac.cpp
+ contains(QT_CONFIG, coreservices) {
+ SOURCES += io/qstandardpaths_mac.cpp
+ } else {
+ SOURCES += io/qstandardpaths_unix.cpp
+ }
} else:standardpathsjson {
SOURCES += io/qstandardpaths_json.cpp
} else:blackberry {