summaryrefslogtreecommitdiffstats
path: root/mkspecs
diff options
context:
space:
mode:
authorTor Arne Vestbø <tor.arne.vestbo@qt.io>2022-11-25 11:25:57 +0100
committerTor Arne Vestbø <tor.arne.vestbo@qt.io>2022-11-30 13:48:51 +0000
commitf2415df24de6860048bd0dd4c3e3ec40f867ee53 (patch)
tree1fed9d99f2aaad68d4151fb5eab630d3a1704d39 /mkspecs
parent3ccd1d2d835a623acff2b6ac52f8b1d5ec9ce108 (diff)
Bump macOS minimum deployment target to 11 (Big Sur)
macOS Catalina (10.15) has reached its end-of-life, and is no longer supported with bug fixes or security updates by Apple. Change-Id: I65d0f572785bc77a563be925cf64823c20b9e015 Reviewed-by: Liang Qi <liang.qi@qt.io> Reviewed-by: Timur Pocheptsov <timur.pocheptsov@qt.io>
Diffstat (limited to 'mkspecs')
-rw-r--r--mkspecs/common/macx.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/mkspecs/common/macx.conf b/mkspecs/common/macx.conf
index 230c412b43..6760aa7313 100644
--- a/mkspecs/common/macx.conf
+++ b/mkspecs/common/macx.conf
@@ -5,7 +5,7 @@
QMAKE_PLATFORM += macos osx macx
QMAKE_MAC_SDK = macosx
-QMAKE_MACOSX_DEPLOYMENT_TARGET = 10.15
+QMAKE_MACOSX_DEPLOYMENT_TARGET = 11
QT_MAC_SDK_VERSION_MIN = 11