summaryrefslogtreecommitdiffstats
path: root/mkspecs/macx-ios-clang/qmake.conf
diff options
context:
space:
mode:
authorTor Arne Vestbø <tor.arne.vestbo@qt.io>2018-08-23 14:08:12 +0200
committerTor Arne Vestbø <tor.arne.vestbo@qt.io>2018-08-24 11:38:16 +0000
commit286c2a0e09480219dd799614c421d420b7b75727 (patch)
treef780c8cc743eb1c4cdafbaa3d266b77b686aa75f /mkspecs/macx-ios-clang/qmake.conf
parent10e468b32aab9d221aadc819a3241db43608b5a1 (diff)
iOS/tvOS/watchOS: Bump deployment targets
As planned, we only support the latest and previous release for these platforms, and by the time 5.12 is out these platforms will all have had new releases, so we should bump the deployment target now. Change-Id: Ibbb7d07bb5d9a1007ab37b88d75781be2c1f7075 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@qt.io> Reviewed-by: Morten Johan Sørvig <morten.sorvig@qt.io>
Diffstat (limited to 'mkspecs/macx-ios-clang/qmake.conf')
-rw-r--r--mkspecs/macx-ios-clang/qmake.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/mkspecs/macx-ios-clang/qmake.conf b/mkspecs/macx-ios-clang/qmake.conf
index d58b9fcbe1..88e96ef32e 100644
--- a/mkspecs/macx-ios-clang/qmake.conf
+++ b/mkspecs/macx-ios-clang/qmake.conf
@@ -2,7 +2,7 @@
# qmake configuration for macx-ios-clang
#
-QMAKE_IOS_DEPLOYMENT_TARGET = 10.0
+QMAKE_IOS_DEPLOYMENT_TARGET = 11.0
# Universal target (iPhone and iPad)
QMAKE_APPLE_TARGETED_DEVICE_FAMILY = 1,2