summaryrefslogtreecommitdiffstats
path: root/mkspecs/common
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/common
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/common')
-rw-r--r--mkspecs/common/ios.conf1
-rw-r--r--mkspecs/common/linux-android.conf1
-rw-r--r--mkspecs/common/qcc-base-qnx-armv7le.conf1
-rw-r--r--mkspecs/common/qcc-base-qnx-x86.conf1
-rw-r--r--mkspecs/common/wince/qmake.conf1
5 files changed, 0 insertions, 5 deletions
diff --git a/mkspecs/common/ios.conf b/mkspecs/common/ios.conf
index edec1a1f2b..53b8f30691 100644
--- a/mkspecs/common/ios.conf
+++ b/mkspecs/common/ios.conf
@@ -4,7 +4,6 @@
MAKEFILE_GENERATOR = UNIX
CONFIG += qt ios warn_on release reduce_exports incremental global_init_link_order lib_version_first plugin_no_soname link_prl
-QT += core gui opengl
QMAKE_INCREMENTAL_STYLE = sublib
# Qt can't build iOS app bundle :(
diff --git a/mkspecs/common/linux-android.conf b/mkspecs/common/linux-android.conf
index 7f694f548a..eef0166b6b 100644
--- a/mkspecs/common/linux-android.conf
+++ b/mkspecs/common/linux-android.conf
@@ -5,7 +5,6 @@ include(linux.conf)
include(gcc-base-unix.conf)
CONFIG = qt warn_on release link_prl
-QT = core gui
DEFINES += Q_OS_LINUX_ANDROID
DEFINES += QT_NO_PRINTER QT_NO_PRINTDIALOG
QT_QPA_DEFAULT_PLATFORM = minimal
diff --git a/mkspecs/common/qcc-base-qnx-armv7le.conf b/mkspecs/common/qcc-base-qnx-armv7le.conf
index e68f0a689a..dd92b2d710 100644
--- a/mkspecs/common/qcc-base-qnx-armv7le.conf
+++ b/mkspecs/common/qcc-base-qnx-armv7le.conf
@@ -4,7 +4,6 @@
MAKEFILE_GENERATOR = UNIX
CONFIG += qt warn_on release link_prl
-QT += core gui
include(g++-unix.conf)
include(unix.conf)
diff --git a/mkspecs/common/qcc-base-qnx-x86.conf b/mkspecs/common/qcc-base-qnx-x86.conf
index 0140155f5d..840c490f9e 100644
--- a/mkspecs/common/qcc-base-qnx-x86.conf
+++ b/mkspecs/common/qcc-base-qnx-x86.conf
@@ -4,7 +4,6 @@
MAKEFILE_GENERATOR = UNIX
CONFIG += qt warn_on release link_prl
-QT += core gui
include(g++-unix.conf)
include(unix.conf)
diff --git a/mkspecs/common/wince/qmake.conf b/mkspecs/common/wince/qmake.conf
index 6a9daa5e57..1c280f0a01 100644
--- a/mkspecs/common/wince/qmake.conf
+++ b/mkspecs/common/wince/qmake.conf
@@ -4,7 +4,6 @@
MAKEFILE_GENERATOR = MSVC.NET
QMAKE_PLATFORM += wince win32
-QT += core gui
CONFIG += qt warn_on release incremental flat link_prl precompile_header autogen_precompile_source debug_and_release debug_and_release_target
DEFINES += UNDER_CE WINCE _WINDOWS _UNICODE UNICODE _WIN32 QT_NO_PRINTER QT_NO_PRINTDIALOG