summaryrefslogtreecommitdiffstats
path: root/.cmake.conf
diff options
context:
space:
mode:
Diffstat (limited to '.cmake.conf')
-rw-r--r--.cmake.conf10
1 files changed, 10 insertions, 0 deletions
diff --git a/.cmake.conf b/.cmake.conf
index 9e1d227e1c..96c28affff 100644
--- a/.cmake.conf
+++ b/.cmake.conf
@@ -36,3 +36,13 @@ set(QT_SUPPORTED_MIN_CMAKE_VERSION_FOR_USING_QT_APPLE "3.21")
# in sync.
set(QT_MIN_NEW_POLICY_CMAKE_VERSION "3.16")
set(QT_MAX_NEW_POLICY_CMAKE_VERSION "3.21")
+
+# These should be updated together with the documentation in
+# qtdoc/doc/src/platforms/supported-platforms.qdocinc
+set(QT_SUPPORTED_MIN_MACOS_SDK_VERSION "13")
+set(QT_SUPPORTED_MAX_MACOS_SDK_VERSION "14")
+set(QT_SUPPORTED_MIN_MACOS_XCODE_VERSION "14")
+
+set(QT_SUPPORTED_MIN_IOS_SDK_VERSION "16")
+set(QT_SUPPORTED_MAX_IOS_SDK_VERSION "17")
+set(QT_SUPPORTED_MIN_IOS_XCODE_VERSION "14")