-
Bug
-
Resolution: Invalid
-
Not Evaluated
-
None
-
5.5.0
-
None
-
OSX 10.10.3
Downstream OSX bug: https://github.com/Homebrew/homebrew/pull/41252#discussion-diff-34255151
Can someone please submit patch on gerrit for review? Thanks!
+diff --git a/qtbase/src/corelib/global/qcompilerdetection.h b/qtbase/src/corelib/global/qcompilerdetection.h +index 7ff1b67..060af29 100644 +--- a/qtbase/src/corelib/global/qcompilerdetection.h ++++ b/qtbase/src/corelib/global/qcompilerdetection.h +@@ -155,7 +155,7 @@ + /* Clang also masquerades as GCC */ + # if defined(__apple_build_version__) + # /* http://en.wikipedia.org/wiki/Xcode#Toolchain_Versions */ +-# if __apple_build_version__ >= 6020049 ++# if __apple_build_version__ >= 7000053 + # define Q_CC_CLANG 306 + # elif __apple_build_version__ >= 6000051 + # define Q_CC_CLANG 305