From 4bee5b45e8540fe77d9e823eafdf6aa5fd5bb706 Mon Sep 17 00:00:00 2001
From: Jocelyn Turcotte <jocelyn.turcotte@digia.com>
Date: Fri, 5 Sep 2014 17:12:33 +0200
Subject: [PATCH] Bump the Xcode minimum version to 5.1

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>
---
 tools/qmake/mkspecs/features/functions.prf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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)
-- 
GitLab