From 1e4a0d70224cf48ae9834858848a5d68fd0a96c5 Mon Sep 17 00:00:00 2001
From: Joerg Bornemann <joerg.bornemann@theqtcompany.com>
Date: Thu, 17 Sep 2015 17:09:50 +0200
Subject: [PATCH] enable OS X 32 bit build

Task-number: QTBUG-48228
Change-Id: Ic8ee640316b95b2e7e2de9115330821dfae0e905
Reviewed-by: Kai Koehne <kai.koehne@theqtcompany.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 ef0320d..69d3fd3 100644
--- tools/qmake/mkspecs/features/functions.prf
+++ tools/qmake/mkspecs/features/functions.prf
@@ -14,7 +14,7 @@ defineTest(isPlatformSupported) {
 
   linux-g++*:!isGCCVersionSupported(): return(false)
   !isPythonVersionSupported(): return(false)
-  linux-g++*|win32-msvc2013|macx-clang: return(true)
+  linux-g++*|win32-msvc2013|macx-clang*: return(true)
   boot2qt: return(true)
 
   skipBuild("Qt WebEngine can currently only be built for Linux (GCC), Windows (MSVC 2013), OS X (XCode 5.1+) or Qt for Device Creation.")
-- 
2.4.9 (Apple Git-60)

