summaryrefslogtreecommitdiffstats
path: root/mkspecs/macx-g++40/qmake.conf
diff options
context:
space:
mode:
authorAndreas Aardal Hanssen <andreas.aardal.hanssen@nokia.com>2009-09-15 09:44:27 (GMT)
committerAndreas Aardal Hanssen <andreas.aardal.hanssen@nokia.com>2009-09-15 09:44:27 (GMT)
commitedf7c7c045559b1d03f1d64d2334adac7da88527 (patch)
treeb17960099bed14a06d53510ac13de0e6255a3e14 /mkspecs/macx-g++40/qmake.conf
parent2795a73158280ddce4eec57c643d367bb402a03d (diff)
parentc8bf9bd17a4520eefe4306b7b1bb4f93fb296d80 (diff)
downloadQt-edf7c7c045559b1d03f1d64d2334adac7da88527.zip
Qt-edf7c7c045559b1d03f1d64d2334adac7da88527.tar.gz
Qt-edf7c7c045559b1d03f1d64d2334adac7da88527.tar.bz2
Merge commit 'qt-mainline/4.6' into kinetic-declarativeui
Conflicts: src/gui/graphicsview/qgraphicsitem.cpp src/gui/graphicsview/qgraphicsitem.h src/gui/graphicsview/qgraphicsscene.cpp tests/auto/qgraphicsitem/tst_qgraphicsitem.cpp
Diffstat (limited to 'mkspecs/macx-g++40/qmake.conf')
-rw-r--r--mkspecs/macx-g++40/qmake.conf20
1 files changed, 20 insertions, 0 deletions
diff --git a/mkspecs/macx-g++40/qmake.conf b/mkspecs/macx-g++40/qmake.conf
new file mode 100644
index 0000000..d6fd09d
--- /dev/null
+++ b/mkspecs/macx-g++40/qmake.conf
@@ -0,0 +1,20 @@
+#macx-g++ (different from g++.conf)
+
+#
+# qmake configuration for macx-g++
+#
+# Mac OS X + command-line compiler
+#
+
+MAKEFILE_GENERATOR = UNIX
+TEMPLATE = app
+CONFIG += qt warn_on release app_bundle incremental global_init_link_order lib_version_first plugin_no_soname link_prl
+QT += core gui
+QMAKE_INCREMENTAL_STYLE = sublib
+
+QMAKE_CC = gcc-4.0
+QMAKE_CXX = g++-4.0
+
+include(../common/mac-g++.conf)
+
+load(qt_config)