From f2415df24de6860048bd0dd4c3e3ec40f867ee53 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tor=20Arne=20Vestb=C3=B8?= Date: Fri, 25 Nov 2022 11:25:57 +0100 Subject: 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 Reviewed-by: Timur Pocheptsov --- mkspecs/common/macx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mkspecs/common') 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 -- cgit v1.2.3