Details
-
Task
-
Resolution: Unresolved
-
P3: Somewhat important
-
None
-
6.0.1, 6.1.0 Beta 1
Description
We should port the min darwin SDK version warning mechanism (QT_MAC_SDK_VERSION_MIN inside features/mac/default_post.prf ) to CMake, both when building Qt and building Qt apps.
Our platform docs
https://doc.qt.io/qt-6/macos.html
https://doc.qt.io/qt-6/ios.html
state the minimum supported SDK versions users should use to build Qt and Qt apps.
These should be checked by CMake when building Qt and building Qt apps.
For Qt apps, the appropriate place for the check is probably in the generated CMake toolchain file.