mirror of https://github.com/qt/qtbase.git
iOS: Remove check for unknown Xcode versions
We assume new Xcode versions and toolchains won't break anything, just like for toolchains on other platforms. Change-Id: Idb723dbcdbc82e85db1c55b19cd5fe863ca90933 Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@digia.com>
This commit is contained in:
parent
401510dbbe
commit
535e356749
|
@ -4,6 +4,3 @@ load(default_pre)
|
|||
# Check for supported Xcode versions
|
||||
lessThan(QMAKE_XCODE_VERSION, "4.3"): \
|
||||
error("This mkspec requires Xcode 4.3 or later")
|
||||
!contains(QMAKE_XCODE_VERSION, ^(4\\.[3456]|5\\.[0])$): \
|
||||
warning("The version of Xcode installed on this system ($$QMAKE_XCODE_VERSION)" \
|
||||
"has not been tested fully - custom compiler settings may be necessary")
|
||||
|
|
Loading…
Reference in New Issue