Update iOS 'clang' mkspec for Xcode 4.5
authorIan Dean <ian@mediator-software.com>
Wed, 18 Jul 2012 18:40:37 +0000 (11:40 -0700)
committerQt by Nokia <qt-info@nokia.com>
Tue, 11 Sep 2012 10:09:47 +0000 (12:09 +0200)
Change-Id: If472bd60fa8ddc9d3af394a904a52290a1c308b6
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
Reviewed-by: Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@nokia.com>
mkspecs/common/ios/clang.conf

index e5c9b33..10d1dbd 100644 (file)
@@ -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