From 535074eaee61681901f912bb2d0cbff9451a9745 Mon Sep 17 00:00:00 2001 From: kleuter Date: Wed, 25 Nov 2020 14:46:03 +0100 Subject: [PATCH] 5.15.2: Upgrade supported SDK to 11.0 (https://github.com/qt/qtbase/commit/b0096facab4fb6b04729bf2c95d170cebfaef31b#) --- 5.15.2/qtbase/mkspecs/common/macx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/5.15.2/qtbase/mkspecs/common/macx.conf b/5.15.2/qtbase/mkspecs/common/macx.conf index d16b77a..61a1300 100644 --- a/5.15.2/qtbase/mkspecs/common/macx.conf +++ b/5.15.2/qtbase/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