summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIan Dean <ian@mediator-software.com>2012-07-18 11:40:37 -0700
committerQt by Nokia <qt-info@nokia.com>2012-09-11 12:09:47 +0200
commit9146666c6f1b03d95fda1ff04c7df59777882974 (patch)
tree7040fbe04feca0993f061ef61f756f08a9f3d43c
parent5d1d313ca7771f20e5359f2a0bfe4082043787e9 (diff)
Update iOS 'clang' mkspec for Xcode 4.5
Change-Id: If472bd60fa8ddc9d3af394a904a52290a1c308b6 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com> Reviewed-by: Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@nokia.com>
-rw-r--r--mkspecs/common/ios/clang.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/mkspecs/common/ios/clang.conf b/mkspecs/common/ios/clang.conf
index e5c9b338c1..10d1dbd24e 100644
--- a/mkspecs/common/ios/clang.conf
+++ b/mkspecs/common/ios/clang.conf
@@ -25,8 +25,8 @@ QMAKE_IOS_OBJ_CFLAGS = -Wno-arc-abi -Wc++0x-extensions
QMAKE_IOS_CXXFLAGS += -Wno-non-virtual-dtor -Wno-overloaded-virtual -Wno-exit-time-destructors -Wc++11-extensions
QMAKE_IOS_OBJ_CFLAGS += -Wno-deprecated-implementations -Wprotocol -Wno-selector -Wno-strict-selector-match -Wno-undeclared-selector
- # Warn about unsupported (later) Xcode versions
- !lessThan(QMAKE_IOS_XCODE_VERSION, "4.4"): warning("The version of Xcode installed on this system is not recognised - custom compiler settings may be necessary")
+ # Warn about unsupported (later than 4.5) Xcode versions
+ !lessThan(QMAKE_IOS_XCODE_VERSION, "4.6"): warning("The version of Xcode installed on this system is not recognised - custom compiler settings may be necessary")
} else {
if (!lessThan(QMAKE_IOS_XCODE_VERSION, "4.2")) {
# Clang 3.0 flags