iOS: Update Xcode check to include Xcode 5.0

Change-Id: Icfd3a47c8bac91e66625cbeb6dd9b56a0d5f5e79
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com>
Reviewed-by: Morten Johan Sørvig <morten.sorvig@digia.com>
This commit is contained in:
Tor Arne Vestbø 2013-10-08 16:08:15 +02:00 committed by The Qt Project
parent d6b2608be1
commit 6408bb6b45

View File

@ -4,5 +4,6 @@ load(default_pre)
# Check for supported Xcode versions
lessThan(QMAKE_XCODE_VERSION, "4.3"): \
error("This mkspec requires Xcode 4.3 or later")
!lessThan(QMAKE_XCODE_VERSION, "4.7"): \
warning("The version of Xcode installed on this system is not recognized - custom compiler settings may be necessary")
!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")