summaryrefslogtreecommitdiffstats
path: root/mkspecs/macx-llvm
diff options
context:
space:
mode:
authorNorwegian Rock Cat <qt-info@nokia.com>2009-06-23 14:04:59 (GMT)
committerNorwegian Rock Cat <qt-info@nokia.com>2009-06-23 14:09:27 (GMT)
commit270d89651a17dd0a326e6ad20278080d4d6852b7 (patch)
treef3e4433c1d43f2eaf8634695f0b99040e97c3f98 /mkspecs/macx-llvm
parent23dbce55e0859849c1f492414c53d1a0fb8bd446 (diff)
downloadQt-270d89651a17dd0a326e6ad20278080d4d6852b7.zip
Qt-270d89651a17dd0a326e6ad20278080d4d6852b7.tar.gz
Qt-270d89651a17dd0a326e6ad20278080d4d6852b7.tar.bz2
Some fixes for LLVM on the Mac.
The GCC-LLVM compilers on Snow Leopard have advanced enough to make them worth the effort to make sure they at least work again. These are the minimum changes needed to make things work. The current gcc-llvm compilers on Mac OS X support Objective-C++ so, no need to special case them anymore either. You STILL need to make sure your path is correct however. Reviewed by: Morten Sørvig
Diffstat (limited to 'mkspecs/macx-llvm')
-rw-r--r--mkspecs/macx-llvm/qmake.conf2
1 files changed, 0 insertions, 2 deletions
diff --git a/mkspecs/macx-llvm/qmake.conf b/mkspecs/macx-llvm/qmake.conf
index cb8aaa1..de8040c 100644
--- a/mkspecs/macx-llvm/qmake.conf
+++ b/mkspecs/macx-llvm/qmake.conf
@@ -14,6 +14,4 @@ QMAKE_INCREMENTAL_STYLE = sublib
include(../common/mac-llvm.conf)
-QMAKE_OBJECTIVE_CC = gcc
-
load(qt_config)