From cd9599792ead2b38e1f5bbeb26ec3a182511f60b Mon Sep 17 00:00:00 2001 From: Oswald Buddenhagen Date: Mon, 3 Sep 2012 15:08:05 +0200 Subject: remove useless TEMPLATE assignments from specs "app" is the built-in default anyway Change-Id: I4f581ee5b81aee08860dbdda5d863943bceafb1b Reviewed-by: Joerg Bornemann --- mkspecs/unsupported/integrity-ghs/qmake.conf | 1 - mkspecs/unsupported/linux-armcc/qmake.conf | 1 - mkspecs/unsupported/linux-host-g++/qmake.conf | 1 - mkspecs/unsupported/linux-scratchbox2-g++/qmake.conf | 1 - mkspecs/unsupported/qnx-X11-g++/qmake.conf | 1 - mkspecs/unsupported/vxworks-ppc-dcc/qmake.conf | 1 - mkspecs/unsupported/vxworks-ppc-g++/qmake.conf | 1 - mkspecs/unsupported/vxworks-simpentium-dcc/qmake.conf | 1 - mkspecs/unsupported/vxworks-simpentium-g++/qmake.conf | 1 - mkspecs/unsupported/win32-msvc2003/qmake.conf | 1 - 10 files changed, 10 deletions(-) (limited to 'mkspecs/unsupported') diff --git a/mkspecs/unsupported/integrity-ghs/qmake.conf b/mkspecs/unsupported/integrity-ghs/qmake.conf index a079298544..ed1c3efe30 100644 --- a/mkspecs/unsupported/integrity-ghs/qmake.conf +++ b/mkspecs/unsupported/integrity-ghs/qmake.conf @@ -4,7 +4,6 @@ MAKEFILE_GENERATOR = GBUILD QMAKE_PLATFORM = integrity unix posix -TEMPLATE = app CONFIG += qt warn_on release QT += core gui network diff --git a/mkspecs/unsupported/linux-armcc/qmake.conf b/mkspecs/unsupported/linux-armcc/qmake.conf index 1dc37fb946..1b3b132ca9 100644 --- a/mkspecs/unsupported/linux-armcc/qmake.conf +++ b/mkspecs/unsupported/linux-armcc/qmake.conf @@ -3,7 +3,6 @@ # MAKEFILE_GENERATOR = UNIX -TEMPLATE = app CONFIG += qt warn_on release incremental link_prl armcc_linker QT += core gui QMAKE_INCREMENTAL_STYLE = sublib diff --git a/mkspecs/unsupported/linux-host-g++/qmake.conf b/mkspecs/unsupported/linux-host-g++/qmake.conf index e929dae9d3..783242603d 100644 --- a/mkspecs/unsupported/linux-host-g++/qmake.conf +++ b/mkspecs/unsupported/linux-host-g++/qmake.conf @@ -14,7 +14,6 @@ MAKEFILE_GENERATOR = UNIX QMAKE_PLATFORM = linux -TEMPLATE = app 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 c0326b0dcf..8ab9599ada 100644 --- a/mkspecs/unsupported/linux-scratchbox2-g++/qmake.conf +++ b/mkspecs/unsupported/linux-scratchbox2-g++/qmake.conf @@ -12,7 +12,6 @@ # $staging/usr/lib/pkgconfig) MAKEFILE_GENERATOR = UNIX -TEMPLATE = app CONFIG += qt warn_on release incremental link_prl QT += core gui QMAKE_INCREMENTAL_STYLE = sublib diff --git a/mkspecs/unsupported/qnx-X11-g++/qmake.conf b/mkspecs/unsupported/qnx-X11-g++/qmake.conf index 4e82c162b2..28d29805f6 100644 --- a/mkspecs/unsupported/qnx-X11-g++/qmake.conf +++ b/mkspecs/unsupported/qnx-X11-g++/qmake.conf @@ -6,7 +6,6 @@ MAKEFILE_GENERATOR = UNIX QMAKE_PLATFORM = qnx -TEMPLATE = app CONFIG += qt warn_on release link_prl QT += core gui diff --git a/mkspecs/unsupported/vxworks-ppc-dcc/qmake.conf b/mkspecs/unsupported/vxworks-ppc-dcc/qmake.conf index 524a23bb25..e898956fc6 100644 --- a/mkspecs/unsupported/vxworks-ppc-dcc/qmake.conf +++ b/mkspecs/unsupported/vxworks-ppc-dcc/qmake.conf @@ -4,7 +4,6 @@ MAKEFILE_GENERATOR = UNIX QMAKE_PLATFORM = vxworks -TEMPLATE = app CONFIG += qt warn_on release incremental link_prl QT += core gui network QMAKE_INCREMENTAL_STYLE = sublib diff --git a/mkspecs/unsupported/vxworks-ppc-g++/qmake.conf b/mkspecs/unsupported/vxworks-ppc-g++/qmake.conf index dd233727df..e9082efbac 100644 --- a/mkspecs/unsupported/vxworks-ppc-g++/qmake.conf +++ b/mkspecs/unsupported/vxworks-ppc-g++/qmake.conf @@ -4,7 +4,6 @@ MAKEFILE_GENERATOR = UNIX QMAKE_PLATFORM = vxworks -TEMPLATE = app CONFIG += qt warn_on release incremental link_prl QT += core gui network QMAKE_INCREMENTAL_STYLE = sublib diff --git a/mkspecs/unsupported/vxworks-simpentium-dcc/qmake.conf b/mkspecs/unsupported/vxworks-simpentium-dcc/qmake.conf index f33b8ee687..30a60f2594 100644 --- a/mkspecs/unsupported/vxworks-simpentium-dcc/qmake.conf +++ b/mkspecs/unsupported/vxworks-simpentium-dcc/qmake.conf @@ -4,7 +4,6 @@ MAKEFILE_GENERATOR = UNIX QMAKE_PLATFORM = vxworks -TEMPLATE = app CONFIG += qt warn_on release incremental link_prl QT += core gui network QMAKE_INCREMENTAL_STYLE = sublib diff --git a/mkspecs/unsupported/vxworks-simpentium-g++/qmake.conf b/mkspecs/unsupported/vxworks-simpentium-g++/qmake.conf index 7a0d50612a..b892e6fd51 100644 --- a/mkspecs/unsupported/vxworks-simpentium-g++/qmake.conf +++ b/mkspecs/unsupported/vxworks-simpentium-g++/qmake.conf @@ -4,7 +4,6 @@ MAKEFILE_GENERATOR = UNIX QMAKE_PLATFORM = vxworks -TEMPLATE = app CONFIG += qt warn_on release incremental link_prl QT += core gui network QMAKE_INCREMENTAL_STYLE = sublib diff --git a/mkspecs/unsupported/win32-msvc2003/qmake.conf b/mkspecs/unsupported/win32-msvc2003/qmake.conf index d5c71a373f..20ad49f573 100644 --- a/mkspecs/unsupported/win32-msvc2003/qmake.conf +++ b/mkspecs/unsupported/win32-msvc2003/qmake.conf @@ -6,7 +6,6 @@ MAKEFILE_GENERATOR = MSVC.NET QMAKE_PLATFORM = win32 -TEMPLATE = app 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 -- cgit v1.2.3