Restore support for iOS 16 for Qt 6.8
Our general strategy is to support the latest two iOS releases, as most people upgrade their iOS devices quite aggressively. But given that iOS 18 is not out yet, and that people still spend some time upgrading once it's out, we don't want to be in a situation where we effectively only support iOS 17. Fixes: QTBUG-128678 Pick-to: 6.8 Change-Id: I959794944807e5b6b5e56f22d3c57977bc4f2aee Reviewed-by: Doris Verria <doris.verria@qt.io>
This commit is contained in:
parent
65494fbd3d
commit
e2c4a1669e
@ -257,7 +257,7 @@ function(qt_auto_detect_apple)
|
||||
# macOS
|
||||
set(version "12.0")
|
||||
elseif(CMAKE_SYSTEM_NAME STREQUAL iOS)
|
||||
set(version "17.0")
|
||||
set(version "16.0")
|
||||
endif()
|
||||
if(version)
|
||||
set(CMAKE_OSX_DEPLOYMENT_TARGET "${version}" CACHE STRING "${description}")
|
||||
|
Loading…
x
Reference in New Issue
Block a user