Skip to content

Commit

Permalink
centralize initialization of QT in specs
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
ossilator authored and Qt by Nokia committed Sep 8, 2012
1 parent cd95997 commit 809bc47
Show file tree
Hide file tree
Showing 94 changed files with 2 additions and 93 deletions.
1 change: 0 additions & 1 deletion mkspecs/aix-g++-64/qmake.conf
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
MAKEFILE_GENERATOR = UNIX
QMAKE_PLATFORM = aix
CONFIG += qt warn_on release link_prl
QT += core gui

QMAKE_CC = gcc
QMAKE_LEX = flex
Expand Down
1 change: 0 additions & 1 deletion mkspecs/aix-g++/qmake.conf
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
MAKEFILE_GENERATOR = UNIX
QMAKE_PLATFORM = aix
CONFIG += qt warn_on release link_prl
QT += core gui

QMAKE_CC = gcc
QMAKE_LEX = flex
Expand Down
1 change: 0 additions & 1 deletion mkspecs/aix-xlc-64/qmake.conf
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
MAKEFILE_GENERATOR = UNIX
QMAKE_PLATFORM = aix
CONFIG += qt warn_on release link_prl
QT += core gui

QMAKE_CC = xlc
QMAKE_CC_THREAD = xlc_r
Expand Down
1 change: 0 additions & 1 deletion mkspecs/aix-xlc/qmake.conf
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
MAKEFILE_GENERATOR = UNIX
QMAKE_PLATFORM = aix
CONFIG += qt warn_on release link_prl
QT += core gui

QMAKE_CC = xlc
QMAKE_CC_THREAD = xlc_r
Expand Down
1 change: 0 additions & 1 deletion mkspecs/common/ios.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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 :(
Expand Down
1 change: 0 additions & 1 deletion mkspecs/common/linux-android.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion mkspecs/common/qcc-base-qnx-armv7le.conf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@

MAKEFILE_GENERATOR = UNIX
CONFIG += qt warn_on release link_prl
QT += core gui

include(g++-unix.conf)
include(unix.conf)
Expand Down
1 change: 0 additions & 1 deletion mkspecs/common/qcc-base-qnx-x86.conf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@

MAKEFILE_GENERATOR = UNIX
CONFIG += qt warn_on release link_prl
QT += core gui

include(g++-unix.conf)
include(unix.conf)
Expand Down
1 change: 0 additions & 1 deletion mkspecs/common/wince/qmake.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion mkspecs/cygwin-g++/qmake.conf
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
MAKEFILE_GENERATOR = UNIX
QMAKE_PLATFORM = cygwin unix posix
CONFIG += qt warn_on release incremental link_prl
QT += core gui
QMAKE_INCREMENTAL_STYLE = sublib

QMAKE_CC = gcc
Expand Down
1 change: 0 additions & 1 deletion mkspecs/darwin-g++/qmake.conf
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
MAKEFILE_GENERATOR = UNIX
QMAKE_PLATFORM = mac macx
CONFIG += qt warn_on release link_prl native_precompiled_headers
QT += core gui
DEFINES += __USE_WS_X11__

QMAKE_CC = cc
Expand Down
1 change: 0 additions & 1 deletion mkspecs/devices/common/linux_device_pre.conf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ QT_QPA_DEFAULT_PLATFORM = eglfs

MAKEFILE_GENERATOR = UNIX
CONFIG += qt warn_on release incremental link_prl gdb_dwarf_index
QT += core gui
QMAKE_INCREMENTAL_STYLE = sublib

include(../../common/linux.conf)
Expand Down
1 change: 0 additions & 1 deletion mkspecs/devices/linux-archos-gen8-g++/qmake.conf
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@

MAKEFILE_GENERATOR = UNIX
CONFIG += qt warn_on release incremental link_prl gdb_dwarf_index
QT += core gui
QMAKE_INCREMENTAL_STYLE = sublib

include(../../common/linux.conf)
Expand Down
1 change: 0 additions & 1 deletion mkspecs/devices/linux-arm-amlogic-8726M-g++/qmake.conf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@

MAKEFILE_GENERATOR = UNIX
CONFIG += qt warn_on release incremental link_prl gdb_dwarf_index
QT += core gui
QMAKE_INCREMENTAL_STYLE = sublib

include(../../common/linux.conf)
Expand Down
1 change: 0 additions & 1 deletion mkspecs/devices/linux-arm-trident-pnx8473-g++/qmake.conf
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@

MAKEFILE_GENERATOR = UNIX
CONFIG += qt warn_on release incremental link_prl gdb_dwarf_index
QT += core gui
QMAKE_INCREMENTAL_STYLE = sublib

include(../../common/linux.conf)
Expand Down
1 change: 0 additions & 1 deletion mkspecs/devices/linux-beagleboard-g++/qmake.conf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@

MAKEFILE_GENERATOR = UNIX
CONFIG += qt warn_on release incremental link_prl gdb_dwarf_index
QT += core gui
QMAKE_INCREMENTAL_STYLE = sublib

include(../../common/linux.conf)
Expand Down
1 change: 0 additions & 1 deletion mkspecs/devices/linux-mipsel-broadcom-97425-g++/qmake.conf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@

MAKEFILE_GENERATOR = UNIX
CONFIG += qt warn_on release incremental link_prl gdb_dwarf_index
QT += core gui
QMAKE_INCREMENTAL_STYLE = sublib

include(../../common/linux.conf)
Expand Down
1 change: 0 additions & 1 deletion mkspecs/devices/linux-n9-g++/qmake.conf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@

MAKEFILE_GENERATOR = UNIX
CONFIG += qt warn_on release incremental link_prl gdb_dwarf_index
QT += core gui
QMAKE_INCREMENTAL_STYLE = sublib

include(../../common/linux.conf)
Expand Down
1 change: 0 additions & 1 deletion mkspecs/devices/linux-sh4-stmicro-ST7108-g++/qmake.conf
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@

MAKEFILE_GENERATOR = UNIX
CONFIG += qt warn_on release incremental link_prl gdb_dwarf_index
QT += core gui
QMAKE_INCREMENTAL_STYLE = sublib

include(../../common/linux.conf)
Expand Down
1 change: 0 additions & 1 deletion mkspecs/devices/linux-sh4-stmicro-ST7540-g++/qmake.conf
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@

MAKEFILE_GENERATOR = UNIX
CONFIG += qt warn_on release incremental link_prl gdb_dwarf_index
QT += core gui
QMAKE_INCREMENTAL_STYLE = sublib

include(../../common/linux.conf)
Expand Down
1 change: 0 additions & 1 deletion mkspecs/devices/linux-snowball-g++/qmake.conf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@

MAKEFILE_GENERATOR = UNIX
CONFIG += qt warn_on release incremental link_prl gdb_dwarf_index
QT += core gui
QMAKE_INCREMENTAL_STYLE = sublib

include(../../common/linux.conf)
Expand Down
2 changes: 2 additions & 0 deletions mkspecs/features/spec_pre.prf
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,5 @@ equals(QMAKE_HOST.os, Windows) {
QMAKE_EXT_OBJ = .o
QMAKE_SH = sh
}

QT = core gui
1 change: 0 additions & 1 deletion mkspecs/freebsd-g++/qmake.conf
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
MAKEFILE_GENERATOR = UNIX
QMAKE_PLATFORM = freebsd bsd
CONFIG += qt warn_on release link_prl gdb_dwarf_index
QT += core gui

QMAKE_CFLAGS_THREAD = -pthread -D_THREAD_SAFE

Expand Down
1 change: 0 additions & 1 deletion mkspecs/freebsd-g++46/qmake.conf
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
MAKEFILE_GENERATOR = UNIX
QMAKE_PLATFORM = freebsd bsd
CONFIG += qt warn_on release link_prl gdb_dwarf_index
QT += core gui

QMAKE_CFLAGS_THREAD = -pthread -D_THREAD_SAFE

Expand Down
1 change: 0 additions & 1 deletion mkspecs/freebsd-icc/qmake.conf
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
MAKEFILE_GENERATOR = UNIX
QMAKE_PLATFORM = freebsd bsd
CONFIG += qt warn_on release link_prl
QT += core gui

QMAKE_CC = icc
QMAKE_LEX = flex
Expand Down
1 change: 0 additions & 1 deletion mkspecs/hpux-acc-64/qmake.conf
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@
MAKEFILE_GENERATOR = UNIX
QMAKE_PLATFORM = hpux
CONFIG += qt warn_on release link_prl
QT += core gui
QMAKE_COMPILER_DEFINES += __hpux __HP_aCC

QMAKE_CC = cc
Expand Down
1 change: 0 additions & 1 deletion mkspecs/hpux-acc-o64/qmake.conf
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@
MAKEFILE_GENERATOR = UNIX
QMAKE_PLATFORM = hpux
CONFIG += qt warn_on release link_prl
QT += core gui

QMAKE_CC = cc
QMAKE_LEX = flex
Expand Down
1 change: 0 additions & 1 deletion mkspecs/hpux-acc/qmake.conf
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
MAKEFILE_GENERATOR = UNIX
QMAKE_PLATFORM = hpux
CONFIG += qt warn_on release link_prl
QT += core gui
QMAKE_COMPILER_DEFINES += __hpux __HP_aCC

QMAKE_CC = cc
Expand Down
1 change: 0 additions & 1 deletion mkspecs/hpux-g++-64/qmake.conf
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
MAKEFILE_GENERATOR = UNIX
QMAKE_PLATFORM = hpux
CONFIG += qt warn_on release link_prl
QT += core gui

QMAKE_CC = gcc
QMAKE_LEX = flex
Expand Down
1 change: 0 additions & 1 deletion mkspecs/hpux-g++/qmake.conf
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
MAKEFILE_GENERATOR = UNIX
QMAKE_PLATFORM = hpux
CONFIG += qt warn_on release link_prl plugin_no_soname
QT += core gui

QMAKE_CC = gcc
QMAKE_LEX = flex
Expand Down
1 change: 0 additions & 1 deletion mkspecs/hpuxi-acc-32/qmake.conf
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
MAKEFILE_GENERATOR = UNIX
QMAKE_PLATFORM = hpux
CONFIG += qt warn_on release plugin_no_soname
QT += core gui

QMAKE_CC = cc
QMAKE_LEX = lex
Expand Down
1 change: 0 additions & 1 deletion mkspecs/hpuxi-acc-64/qmake.conf
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@
MAKEFILE_GENERATOR = UNIX
QMAKE_PLATFORM = hpux
CONFIG += qt warn_on release plugin_no_soname
QT += core gui

QMAKE_CC = cc
QMAKE_LEX = lex
Expand Down
1 change: 0 additions & 1 deletion mkspecs/hpuxi-g++-64/qmake.conf
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
MAKEFILE_GENERATOR = UNIX
QMAKE_PLATFORM = hpux
CONFIG += qt warn_on release link_prl
QT += core gui

QMAKE_CC = gcc
QMAKE_LEX = flex
Expand Down
1 change: 0 additions & 1 deletion mkspecs/hurd-g++/qmake.conf
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
MAKEFILE_GENERATOR = UNIX
QMAKE_PLATFORM = hurd
CONFIG += qt warn_on release incremental link_prl gdb_dwarf_index
QT += core gui
QMAKE_INCREMENTAL_STYLE = sublib

QMAKE_CFLAGS_THREAD += -D_REENTRANT
Expand Down
1 change: 0 additions & 1 deletion mkspecs/irix-cc-64/qmake.conf
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@
MAKEFILE_GENERATOR = UNIX
QMAKE_PLATFORM = irix
CONFIG += qt warn_on release link_prl
QT += core gui
QMAKE_COMPILER_DEFINES += __sgi __EDG

QMAKE_CC = cc
Expand Down
1 change: 0 additions & 1 deletion mkspecs/irix-cc/qmake.conf
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@
MAKEFILE_GENERATOR = UNIX
QMAKE_PLATFORM = irix
CONFIG += qt warn_on release link_prl
QT += core gui
QMAKE_COMPILER_DEFINES += __sgi __EDG

QMAKE_CC = cc
Expand Down
1 change: 0 additions & 1 deletion mkspecs/irix-g++-64/qmake.conf
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
MAKEFILE_GENERATOR = UNIX
QMAKE_PLATFORM = irix
CONFIG += qt warn_on release link_prl
QT += core gui
QMAKE_COMPILER_DEFINES += __sgi __GNUC__

QMAKE_CC = gcc
Expand Down
1 change: 0 additions & 1 deletion mkspecs/irix-g++/qmake.conf
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
MAKEFILE_GENERATOR = UNIX
QMAKE_PLATFORM = irix
CONFIG += qt warn_on release link_prl
QT += core gui
QMAKE_COMPILER_DEFINES += __sgi __GNUC__

QMAKE_CC = gcc
Expand Down
1 change: 0 additions & 1 deletion mkspecs/linux-arm-gnueabi-g++/qmake.conf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@

MAKEFILE_GENERATOR = UNIX
CONFIG += qt warn_on release incremental link_prl gdb_dwarf_index
QT += core gui
QMAKE_INCREMENTAL_STYLE = sublib

include(../common/linux.conf)
Expand Down
1 change: 0 additions & 1 deletion mkspecs/linux-clang/qmake.conf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@

MAKEFILE_GENERATOR = UNIX
CONFIG += qt warn_on release incremental link_prl
QT += core gui

QMAKE_INCREMENTAL_STYLE = sublib

Expand Down
1 change: 0 additions & 1 deletion mkspecs/linux-cxx/qmake.conf
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
MAKEFILE_GENERATOR = UNIX
QMAKE_PLATFORM = linux
CONFIG += qt warn_on release link_prl
QT += core gui

QMAKE_CC = ccc
QMAKE_LEX = flex
Expand Down
1 change: 0 additions & 1 deletion mkspecs/linux-ecc-64/qmake.conf
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
MAKEFILE_GENERATOR = UNIX
QMAKE_PLATFORM = linux
CONFIG += qt warn_on release link_prl
QT += core gui

QMAKE_CC = ecc
QMAKE_LEX = flex
Expand Down
1 change: 0 additions & 1 deletion mkspecs/linux-g++-32/qmake.conf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@

MAKEFILE_GENERATOR = UNIX
CONFIG += qt warn_on release incremental link_prl gdb_dwarf_index
QT += core gui
QMAKE_INCREMENTAL_STYLE = sublib

QMAKE_CFLAGS = -m32
Expand Down
1 change: 0 additions & 1 deletion mkspecs/linux-g++-64/qmake.conf
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@

MAKEFILE_GENERATOR = UNIX
CONFIG += qt warn_on release incremental link_prl gdb_dwarf_index
QT += core gui
QMAKE_INCREMENTAL_STYLE = sublib

QMAKE_CFLAGS = -m64
Expand Down
1 change: 0 additions & 1 deletion mkspecs/linux-g++-maemo/qmake.conf
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ MAKEFILE_GENERATOR = UNIX
QMAKE_PLATFORM = maemo
CONFIG += qt warn_on release incremental link_prl gdb_dwarf_index
CONFIG += nostrip
QT += core gui
QMAKE_INCREMENTAL_STYLE = sublib

include(../linux-arm-gnueabi-g++/qmake.conf)
Expand Down
1 change: 0 additions & 1 deletion mkspecs/linux-g++/qmake.conf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@

MAKEFILE_GENERATOR = UNIX
CONFIG += qt warn_on release incremental link_prl gdb_dwarf_index
QT += core gui
QMAKE_INCREMENTAL_STYLE = sublib

include(../common/linux.conf)
Expand Down
1 change: 0 additions & 1 deletion mkspecs/linux-icc/qmake.conf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@

MAKEFILE_GENERATOR = UNIX
CONFIG += qt warn_on release link_prl gdb_dwarf_index
QT += core gui

QMAKE_CC = icc
QMAKE_LEX = flex
Expand Down
1 change: 0 additions & 1 deletion mkspecs/linux-kcc/qmake.conf
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
MAKEFILE_GENERATOR = UNIX
QMAKE_PLATFORM = linux
CONFIG += qt warn_on release link_prl
QT += core gui

QMAKE_CC = KCC
QMAKE_LEX = flex
Expand Down
1 change: 0 additions & 1 deletion mkspecs/linux-llvm/qmake.conf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@

MAKEFILE_GENERATOR = UNIX
CONFIG += qt warn_on release incremental link_prl gdb_dwarf_index
QT += core gui
QMAKE_INCREMENTAL_STYLE = sublib

include(../common/linux.conf)
Expand Down
1 change: 0 additions & 1 deletion mkspecs/linux-lsb-g++/qmake.conf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@

MAKEFILE_GENERATOR = UNIX
CONFIG += qt warn_on release incremental link_prl gdb_dwarf_index
QT += core gui
QMAKE_INCREMENTAL_STYLE = sublib

include(../common/linux.conf)
Expand Down
Loading

0 comments on commit 809bc47

Please sign in to comment.