From a07c9a1a70ce755140dd31f55c6acd72270f4ddd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tor=20Arne=20Vestb=C3=B8?= Date: Tue, 17 Nov 2020 18:51:44 +0100 Subject: [PATCH] macOS: Upgrade supported SDK to 11.0 Testing seems to indicate building against the 11.0 SDK works fine, and doesn't opt in to any new behaviors on Big Sur that Qt isn't ready for. Pick-to: 5.15 Pick-to: 5.12 Change-Id: I7da11cf25f2be7443c94ba7a4e9cd99dc1034455 Reviewed-by: Alexandru Croitor Reviewed-by: Timur Pocheptsov --- mkspecs/common/macx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mkspecs/common/macx.conf b/mkspecs/common/macx.conf index 6a1b076d7de..1f99c8ff5ab 100644 --- a/mkspecs/common/macx.conf +++ b/mkspecs/common/macx.conf @@ -12,7 +12,7 @@ QMAKE_APPLE_DEVICE_ARCHS = x86_64 # older SDKs we have to keep this. QT_MAC_SDK_VERSION_MIN = 10.14 -QT_MAC_SDK_VERSION_MAX = 10.15 +QT_MAC_SDK_VERSION_MAX = 11.0 device.sdk = macosx device.target = device