summaryrefslogtreecommitdiffstats
path: root/mkspecs/unsupported
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/unsupported
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/unsupported')
-rw-r--r--mkspecs/unsupported/integrity-ghs/qmake.conf1
-rw-r--r--mkspecs/unsupported/linux-armcc/qmake.conf1
-rw-r--r--mkspecs/unsupported/linux-host-g++/qmake.conf1
-rw-r--r--mkspecs/unsupported/linux-scratchbox2-g++/qmake.conf1
-rw-r--r--mkspecs/unsupported/nacl-g++/qmake.conf1
-rw-r--r--mkspecs/unsupported/nacl64-g++/qmake.conf1
-rw-r--r--mkspecs/unsupported/qnx-X11-g++/qmake.conf1
-rw-r--r--mkspecs/unsupported/vxworks-ppc-dcc/qmake.conf1
-rw-r--r--mkspecs/unsupported/vxworks-ppc-g++/qmake.conf1
-rw-r--r--mkspecs/unsupported/vxworks-simpentium-dcc/qmake.conf1
-rw-r--r--mkspecs/unsupported/vxworks-simpentium-g++/qmake.conf1
-rw-r--r--mkspecs/unsupported/win32-msvc2003/qmake.conf1
12 files changed, 0 insertions, 12 deletions
diff --git a/mkspecs/unsupported/integrity-ghs/qmake.conf b/mkspecs/unsupported/integrity-ghs/qmake.conf
index ed1c3efe30..2cd36b5829 100644
--- a/mkspecs/unsupported/integrity-ghs/qmake.conf
+++ b/mkspecs/unsupported/integrity-ghs/qmake.conf
@@ -5,7 +5,6 @@
MAKEFILE_GENERATOR = GBUILD
QMAKE_PLATFORM = integrity unix posix
CONFIG += qt warn_on release
-QT += core gui network
QMAKE_CFLAGS = -bsp $$INTEGRITY_BSP -os_dir $__OS_DIR
QMAKE_CFLAGS += --diag_suppress=1,228,236,381,611,997
diff --git a/mkspecs/unsupported/linux-armcc/qmake.conf b/mkspecs/unsupported/linux-armcc/qmake.conf
index 1b3b132ca9..1c73e55879 100644
--- a/mkspecs/unsupported/linux-armcc/qmake.conf
+++ b/mkspecs/unsupported/linux-armcc/qmake.conf
@@ -4,7 +4,6 @@
MAKEFILE_GENERATOR = UNIX
CONFIG += qt warn_on release incremental link_prl armcc_linker
-QT += core gui
QMAKE_INCREMENTAL_STYLE = sublib
include(../../common/linux.conf)
diff --git a/mkspecs/unsupported/linux-host-g++/qmake.conf b/mkspecs/unsupported/linux-host-g++/qmake.conf
index 783242603d..b3dfc71708 100644
--- a/mkspecs/unsupported/linux-host-g++/qmake.conf
+++ b/mkspecs/unsupported/linux-host-g++/qmake.conf
@@ -15,7 +15,6 @@
MAKEFILE_GENERATOR = UNIX
QMAKE_PLATFORM = linux
CONFIG += qt warn_on release incremental link_prl
-QT += core gui
QMAKE_INCREMENTAL_STYLE = sublib
#
diff --git a/mkspecs/unsupported/linux-scratchbox2-g++/qmake.conf b/mkspecs/unsupported/linux-scratchbox2-g++/qmake.conf
index 8ab9599ada..d20783ff1d 100644
--- a/mkspecs/unsupported/linux-scratchbox2-g++/qmake.conf
+++ b/mkspecs/unsupported/linux-scratchbox2-g++/qmake.conf
@@ -13,7 +13,6 @@
MAKEFILE_GENERATOR = UNIX
CONFIG += qt warn_on release incremental link_prl
-QT += core gui
QMAKE_INCREMENTAL_STYLE = sublib
include(../../common/linux.conf)
diff --git a/mkspecs/unsupported/nacl-g++/qmake.conf b/mkspecs/unsupported/nacl-g++/qmake.conf
index f5dee80413..581422fcf1 100644
--- a/mkspecs/unsupported/nacl-g++/qmake.conf
+++ b/mkspecs/unsupported/nacl-g++/qmake.conf
@@ -9,6 +9,5 @@ include(../../common/g++-unix.conf)
include(../../common/nacl/nacl-base.conf)
include(../../common/nacl/g++-nacl32.conf)
-QT = core gui
load(qt_config)
diff --git a/mkspecs/unsupported/nacl64-g++/qmake.conf b/mkspecs/unsupported/nacl64-g++/qmake.conf
index 13372b3cc4..fcef45faec 100644
--- a/mkspecs/unsupported/nacl64-g++/qmake.conf
+++ b/mkspecs/unsupported/nacl64-g++/qmake.conf
@@ -9,6 +9,5 @@ include(../../common/g++-unix.conf)
include(../../common/nacl/nacl64-base.conf)
include(../../common/nacl/g++-nacl64.conf)
-QT = core gui
load(qt_config)
diff --git a/mkspecs/unsupported/qnx-X11-g++/qmake.conf b/mkspecs/unsupported/qnx-X11-g++/qmake.conf
index 28d29805f6..6a3ad1f2a8 100644
--- a/mkspecs/unsupported/qnx-X11-g++/qmake.conf
+++ b/mkspecs/unsupported/qnx-X11-g++/qmake.conf
@@ -7,7 +7,6 @@
MAKEFILE_GENERATOR = UNIX
QMAKE_PLATFORM = qnx
CONFIG += qt warn_on release link_prl
-QT += core gui
include(../common/gcc-base-unix.conf)
include(../common/g++-unix.conf)
diff --git a/mkspecs/unsupported/vxworks-ppc-dcc/qmake.conf b/mkspecs/unsupported/vxworks-ppc-dcc/qmake.conf
index e898956fc6..897ccd631c 100644
--- a/mkspecs/unsupported/vxworks-ppc-dcc/qmake.conf
+++ b/mkspecs/unsupported/vxworks-ppc-dcc/qmake.conf
@@ -5,7 +5,6 @@
MAKEFILE_GENERATOR = UNIX
QMAKE_PLATFORM = vxworks
CONFIG += qt warn_on release incremental link_prl
-QT += core gui network
QMAKE_INCREMENTAL_STYLE = sublib
VXWORKS_ARCH = ppc
diff --git a/mkspecs/unsupported/vxworks-ppc-g++/qmake.conf b/mkspecs/unsupported/vxworks-ppc-g++/qmake.conf
index e9082efbac..cdac7b3457 100644
--- a/mkspecs/unsupported/vxworks-ppc-g++/qmake.conf
+++ b/mkspecs/unsupported/vxworks-ppc-g++/qmake.conf
@@ -5,7 +5,6 @@
MAKEFILE_GENERATOR = UNIX
QMAKE_PLATFORM = vxworks
CONFIG += qt warn_on release incremental link_prl
-QT += core gui network
QMAKE_INCREMENTAL_STYLE = sublib
DEFINES += VXWORKS
diff --git a/mkspecs/unsupported/vxworks-simpentium-dcc/qmake.conf b/mkspecs/unsupported/vxworks-simpentium-dcc/qmake.conf
index 30a60f2594..27198266f5 100644
--- a/mkspecs/unsupported/vxworks-simpentium-dcc/qmake.conf
+++ b/mkspecs/unsupported/vxworks-simpentium-dcc/qmake.conf
@@ -5,7 +5,6 @@
MAKEFILE_GENERATOR = UNIX
QMAKE_PLATFORM = vxworks
CONFIG += qt warn_on release incremental link_prl
-QT += core gui network
QMAKE_INCREMENTAL_STYLE = sublib
VXWORKS_ARCH = simlinux
diff --git a/mkspecs/unsupported/vxworks-simpentium-g++/qmake.conf b/mkspecs/unsupported/vxworks-simpentium-g++/qmake.conf
index b892e6fd51..f8ee4df6bc 100644
--- a/mkspecs/unsupported/vxworks-simpentium-g++/qmake.conf
+++ b/mkspecs/unsupported/vxworks-simpentium-g++/qmake.conf
@@ -5,7 +5,6 @@
MAKEFILE_GENERATOR = UNIX
QMAKE_PLATFORM = vxworks
CONFIG += qt warn_on release incremental link_prl
-QT += core gui network
QMAKE_INCREMENTAL_STYLE = sublib
DEFINES += VXWORKS
diff --git a/mkspecs/unsupported/win32-msvc2003/qmake.conf b/mkspecs/unsupported/win32-msvc2003/qmake.conf
index 20ad49f573..cf55ee044a 100644
--- a/mkspecs/unsupported/win32-msvc2003/qmake.conf
+++ b/mkspecs/unsupported/win32-msvc2003/qmake.conf
@@ -7,7 +7,6 @@
MAKEFILE_GENERATOR = MSVC.NET
QMAKE_PLATFORM = win32
CONFIG += qt warn_on release incremental flat link_prl precompile_header autogen_precompile_source debug_and_release debug_and_release_target
-QT += core gui
DEFINES += UNICODE WIN32
QMAKE_COMPILER_DEFINES += _MSC_VER=1310 WIN32