summaryrefslogtreecommitdiffstats
path: root/mkspecs/common/ios.conf
diff options
context:
space:
mode:
authorTor Arne Vestbø <tor.arne.vestbo@digia.com>2012-11-20 15:25:34 +0100
committerTor Arne Vestbø <tor.arne.vestbo@digia.com>2013-02-27 13:07:16 +0100
commitc3278e33534fe937fe367dfbf648282ceba68c7f (patch)
tree31b266cd37ee052adabc5ee9343636974c912168 /mkspecs/common/ios.conf
parent67f925701b490e3e9cdbb0dbbfc1a14d1b409bd3 (diff)
iOS: Replace device and simulator makespecs with single makespec
And use configure's -sdk argument to choose between the iphoneos and the iphonesimulator SDK. xcodebuild -showsdks can be used to list the available SDKs. Passing an SDK without a version postfix implies the latest version of the SDK. Change-Id: I881df754d522fc91aaa16ba3e39cf0c37a21a1f1 Reviewed-by: Richard Moe Gustavsen <richard.gustavsen@digia.com>
Diffstat (limited to 'mkspecs/common/ios.conf')
-rw-r--r--mkspecs/common/ios.conf3
1 files changed, 3 insertions, 0 deletions
diff --git a/mkspecs/common/ios.conf b/mkspecs/common/ios.conf
index 890446d844..0d68d37ff8 100644
--- a/mkspecs/common/ios.conf
+++ b/mkspecs/common/ios.conf
@@ -12,6 +12,9 @@ CONFIG -= app_bundle
# Not deploying to Mac OSX
QMAKE_MACOSX_DEPLOYMENT_TARGET =
+# But to iOS
+QMAKE_IOS_DEPLOYMENT_TARGET = 4.3
+
# Add iOS common folder to include path
INCLUDEPATH += $$PWD/ios