summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJocelyn Turcotte <jocelyn.turcotte@digia.com>2014-09-05 17:12:33 +0200
committerMichael Bruning <michael.bruning@digia.com>2014-09-05 18:35:19 +0200
commit4bee5b45e8540fe77d9e823eafdf6aa5fd5bb706 (patch)
tree59c5f626ae9fc8d731dd84b9d56a33237abcd909
parent341d143b57605a03efb021fa485a484d6496ddfa (diff)
Bump the Xcode minimum version to 5.1v5.4.0-alpha1
Upstream Chromium hasn't been building with the version of clang available in Xcode 5.0 for a while and we have to disable the build until we see a benefit to maintain this build environment. Change-Id: Ia91844dc7f3be1b1623610be417409d0d065c623 Reviewed-by: Michael Bruning <michael.bruning@digia.com>
-rw-r--r--tools/qmake/mkspecs/features/functions.prf2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/qmake/mkspecs/features/functions.prf b/tools/qmake/mkspecs/features/functions.prf
index 3ee4518c9..28bc4307f 100644
--- a/tools/qmake/mkspecs/features/functions.prf
+++ b/tools/qmake/mkspecs/features/functions.prf
@@ -1,6 +1,6 @@
defineTest(isPlatformSupported) {
static: return(false)
- osx:lessThan(QMAKE_XCODE_VERSION, 5): return(false)
+ osx:lessThan(QMAKE_XCODE_VERSION, 5.1): return(false)
win32: !contains(QT_CONFIG, angle): return(false)
linux-g++|win32-msvc2013|macx-clang: return(true)