Starting with Qt 6.8+ we should error out if the minimum sdk / Xcode version requirements are not met. An opt out is added for cmake build tests, otherwise all the tests that use private cmake api will fail to configure when run on older Xcode or SDK versions in the CI. We do this by checking for a new QT_INTERNAL_IS_CMAKE_BUILD_TEST variable. We do the check inside _qt_internal_check_apple_sdk_and_xcode_versions instead of passing a QT_FORCE_WARN_APPLE_SDK_AND_XCODE_CHECK variable to the test configuration, because not all cmake build tests use private api, so this way the list of projects that get the opt out is more constrained. Pick-to: 6.8 6.9 Task-number: QTBUG-119490 Change-Id: I1284616c91341848a9cf6406fbf35750707d1227 Reviewed-by: Alexey Edelev <alexey.edelev@qt.io>
…
…
Description
Languages
C++
84.3%
HTML
4.9%
C
3.9%
CMake
3.6%
Objective-C++
2%
Other
0.8%