summaryrefslogtreecommitdiffstats
path: root/mkspecs/macx-g++
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@nokia.com>2012-09-03 15:12:07 +0200
committerQt by Nokia <qt-info@nokia.com>2012-09-08 13:36:16 +0200
commit809bc47fad9129b9e2ccd13432299db171d79e1a (patch)
treeb8a7f5dfe043c034898b7c6dacdac322b69bdbe4 /mkspecs/macx-g++
parentcd9599792ead2b38e1f5bbeb26ec3a182511f60b (diff)
centralize initialization of QT in specs
there is no reason whatsoever to duplicate this so many times, and even less reason to have specs with a deviating default. Change-Id: Ia25836c079580adebc373697b8bd03598f79c69b Reviewed-by: Joerg Bornemann <joerg.bornemann@nokia.com>
Diffstat (limited to 'mkspecs/macx-g++')
-rw-r--r--mkspecs/macx-g++/qmake.conf1
1 files changed, 0 insertions, 1 deletions
diff --git a/mkspecs/macx-g++/qmake.conf b/mkspecs/macx-g++/qmake.conf
index 95f5733255..a3273be751 100644
--- a/mkspecs/macx-g++/qmake.conf
+++ b/mkspecs/macx-g++/qmake.conf
@@ -8,7 +8,6 @@
MAKEFILE_GENERATOR = UNIX
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
include(../common/mac.conf)