centralize assignment of TEMPLATE = lib

Change-Id: I4025539f3875e79f03743ba9ed3fd09cd31b998d
Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
This commit is contained in:
Oswald Buddenhagen
2013-03-28 11:22:28 +01:00
parent edf3eb99ec
commit 9631fb88cf
65 changed files with 2 additions and 63 deletions

View File

@@ -1,4 +1,3 @@
TEMPLATE = lib
TARGET = Aggregation TARGET = Aggregation
include(../../qtcreatorlibrary.pri) include(../../qtcreatorlibrary.pri)

View File

@@ -1,4 +1,3 @@
TEMPLATE = lib
TARGET = CPlusPlus TARGET = CPlusPlus
DEFINES += NDEBUG DEFINES += NDEBUG

View File

@@ -1,4 +1,3 @@
TEMPLATE = lib
TARGET = ExtensionSystem TARGET = ExtensionSystem
DEFINES += EXTENSIONSYSTEM_LIBRARY DEFINES += EXTENSIONSYSTEM_LIBRARY
include(../../qtcreatorlibrary.pri) include(../../qtcreatorlibrary.pri)

View File

@@ -1,4 +1,3 @@
TEMPLATE = lib
TARGET = GLSL TARGET = GLSL
DEFINES += \ DEFINES += \
GLSL_BUILD_LIB GLSL_BUILD_LIB

View File

@@ -1,4 +1,3 @@
TEMPLATE = lib
TARGET = LanguageUtils TARGET = LanguageUtils
unix:QMAKE_CXXFLAGS_DEBUG += -O3 unix:QMAKE_CXXFLAGS_DEBUG += -O3

View File

@@ -1,4 +1,3 @@
TEMPLATE = lib
TARGET = QmlDebug TARGET = QmlDebug
QT += network QT += network

View File

@@ -1,4 +1,3 @@
TEMPLATE = lib
TARGET = QmlEditorWidgets TARGET = QmlEditorWidgets
DEFINES += QWEAKPOINTER_ENABLE_ARROW DEFINES += QWEAKPOINTER_ENABLE_ARROW

View File

@@ -1,4 +1,3 @@
TEMPLATE = lib
TARGET = QmlJS TARGET = QmlJS
DEFINES += QMLJS_BUILD_DIR DEFINES += QMLJS_BUILD_DIR

View File

@@ -1,5 +1,4 @@
# Build the Qt Creator CDB extension # Build the Qt Creator CDB extension
TEMPLATE = lib
include(../../../qtcreator.pri) include(../../../qtcreator.pri)
include(cdb_detect.pri) include(cdb_detect.pri)

View File

@@ -1,4 +1,3 @@
TEMPLATE = lib
TARGET = QtcSsh TARGET = QtcSsh
QT += gui network QT += gui network
DEFINES += QSSH_LIBRARY DEFINES += QSSH_LIBRARY

View File

@@ -1,4 +1,3 @@
TEMPLATE = lib
TARGET = Utils TARGET = Utils
QT += gui network QT += gui network

View File

@@ -3,7 +3,6 @@ QT += network
CONFIG += exceptions CONFIG += exceptions
TARGET = zeroconf TARGET = zeroconf
TEMPLATE = lib
DEFINES += ZEROCONF_LIBRARY DEFINES += ZEROCONF_LIBRARY

View File

@@ -1,4 +1,3 @@
TEMPLATE = lib
TARGET = AnalyzerBase TARGET = AnalyzerBase
DEFINES += ANALYZER_LIBRARY DEFINES += ANALYZER_LIBRARY

View File

@@ -1,4 +1,3 @@
TEMPLATE = lib
TARGET = Android TARGET = Android
include(../../qtcreatorplugin.pri) include(../../qtcreatorplugin.pri)

View File

@@ -1,4 +1,3 @@
TEMPLATE = lib
TARGET = AutotoolsProjectManager TARGET = AutotoolsProjectManager
#PROVIDER = Openismus #PROVIDER = Openismus

View File

@@ -1,5 +1,4 @@
TARGET = Bazaar TARGET = Bazaar
TEMPLATE = lib
include(../../qtcreatorplugin.pri) include(../../qtcreatorplugin.pri)
SOURCES += \ SOURCES += \
bazaarclient.cpp \ bazaarclient.cpp \

View File

@@ -1,4 +1,3 @@
TEMPLATE = lib
TARGET = BinEditor TARGET = BinEditor
include(../../qtcreatorplugin.pri) include(../../qtcreatorplugin.pri)

View File

@@ -1,4 +1,3 @@
TEMPLATE = lib
TARGET = Bookmarks TARGET = Bookmarks
include(../../qtcreatorplugin.pri) include(../../qtcreatorplugin.pri)

View File

@@ -1,4 +1,3 @@
TEMPLATE = lib
TARGET = ClassView TARGET = ClassView
include(../../qtcreatorplugin.pri) include(../../qtcreatorplugin.pri)

View File

@@ -1,4 +1,3 @@
TEMPLATE = lib
TARGET = ClearCase TARGET = ClearCase
# PROVIDER = AudioCodes # PROVIDER = AudioCodes

View File

@@ -1,4 +1,3 @@
TEMPLATE = lib
TARGET = CMakeProjectManager TARGET = CMakeProjectManager
include(../../qtcreatorplugin.pri) include(../../qtcreatorplugin.pri)

View File

@@ -1,4 +1,3 @@
TEMPLATE = lib
TARGET = Core TARGET = Core
DEFINES += CORE_LIBRARY DEFINES += CORE_LIBRARY
QT += network \ QT += network \

View File

@@ -1,5 +1,4 @@
QT += network QT += network
TEMPLATE = lib
TARGET = CodePaster TARGET = CodePaster
include(../../qtcreatorplugin.pri) include(../../qtcreatorplugin.pri)
HEADERS += cpasterplugin.h \ HEADERS += cpasterplugin.h \

View File

@@ -1,4 +1,3 @@
TEMPLATE = lib
TARGET = CppEditor TARGET = CppEditor
DEFINES += CPPEDITOR_LIBRARY DEFINES += CPPEDITOR_LIBRARY
include(../../qtcreatorplugin.pri) include(../../qtcreatorplugin.pri)

View File

@@ -1,4 +1,3 @@
TEMPLATE = lib
TARGET = CppTools TARGET = CppTools
include(../../qtcreatorplugin.pri) include(../../qtcreatorplugin.pri)

View File

@@ -1,4 +1,3 @@
TEMPLATE = lib
TARGET = CVS TARGET = CVS
include(../../qtcreatorplugin.pri) include(../../qtcreatorplugin.pri)

View File

@@ -1,4 +1,3 @@
TEMPLATE = lib
TARGET = Debugger TARGET = Debugger
# DEFINES += QT_USE_FAST_OPERATOR_PLUS # DEFINES += QT_USE_FAST_OPERATOR_PLUS

View File

@@ -1,4 +1,3 @@
TEMPLATE = lib
TARGET = Designer TARGET = Designer
DEFINES += DESIGNER_LIBRARY DEFINES += DESIGNER_LIBRARY

View File

@@ -1,4 +1,3 @@
TEMPLATE = lib
TARGET = DiffEditor TARGET = DiffEditor
DEFINES += DIFFEDITOR_LIBRARY DEFINES += DIFFEDITOR_LIBRARY
include(../../qtcreatorplugin.pri) include(../../qtcreatorplugin.pri)

View File

@@ -1,4 +1,3 @@
TEMPLATE = lib
TARGET = FakeVim TARGET = FakeVim
# CONFIG += single # CONFIG += single

View File

@@ -1,4 +1,3 @@
TEMPLATE = lib
TARGET = Find TARGET = Find
include(../../qtcreatorplugin.pri) include(../../qtcreatorplugin.pri)
DEFINES += FIND_LIBRARY DEFINES += FIND_LIBRARY

View File

@@ -1,4 +1,3 @@
TEMPLATE = lib
TARGET = GenericProjectManager TARGET = GenericProjectManager
include(../../qtcreatorplugin.pri) include(../../qtcreatorplugin.pri)

View File

@@ -1,4 +1,3 @@
TEMPLATE = lib
TARGET = Git TARGET = Git
include(../../qtcreatorplugin.pri) include(../../qtcreatorplugin.pri)
HEADERS += gitplugin.h \ HEADERS += gitplugin.h \

View File

@@ -1,4 +1,3 @@
TEMPLATE = lib
TARGET = GLSLEditor TARGET = GLSLEditor
include(../../qtcreatorplugin.pri) include(../../qtcreatorplugin.pri)

View File

@@ -1,4 +1,3 @@
TEMPLATE = lib
TARGET = HelloWorld TARGET = HelloWorld
include(../../qtcreatorplugin.pri) include(../../qtcreatorplugin.pri)

View File

@@ -1,4 +1,3 @@
TEMPLATE = lib
TARGET = Help TARGET = Help
QT += network QT += network

View File

@@ -1,4 +1,3 @@
TEMPLATE = lib
TARGET = ImageViewer TARGET = ImageViewer
include(../../qtcreatorplugin.pri) include(../../qtcreatorplugin.pri)

View File

@@ -1,4 +1,3 @@
TEMPLATE = lib
TARGET = Locator TARGET = Locator
DEFINES += LOCATOR_LIBRARY DEFINES += LOCATOR_LIBRARY
include(../../qtcreatorplugin.pri) include(../../qtcreatorplugin.pri)

View File

@@ -1,4 +1,3 @@
TEMPLATE = lib
TARGET = Macros TARGET = Macros
DEFINES += MACROS_LIBRARY DEFINES += MACROS_LIBRARY

View File

@@ -1,4 +1,3 @@
TEMPLATE = lib
TARGET = Madde TARGET = Madde
QT += network QT += network

View File

@@ -1,5 +1,4 @@
TARGET = Mercurial TARGET = Mercurial
TEMPLATE = lib
include(../../qtcreatorplugin.pri) include(../../qtcreatorplugin.pri)
SOURCES += mercurialplugin.cpp \ SOURCES += mercurialplugin.cpp \
optionspage.cpp \ optionspage.cpp \

View File

@@ -1,4 +1,3 @@
TEMPLATE = lib
TARGET = Perforce TARGET = Perforce
include(../../qtcreatorplugin.pri) include(../../qtcreatorplugin.pri)

View File

@@ -1,4 +1,3 @@
TEMPLATE = lib
TARGET = ProjectExplorer TARGET = ProjectExplorer
QT += xml script declarative QT += xml script declarative

View File

@@ -1,4 +1,3 @@
TEMPLATE = lib
TARGET = PythonEditor TARGET = PythonEditor
include(../../qtcreatorplugin.pri) include(../../qtcreatorplugin.pri)

View File

@@ -1,4 +1,3 @@
TEMPLATE = lib
TARGET = QbsProjectManager TARGET = QbsProjectManager
include(../../qtcreatorplugin.pri) include(../../qtcreatorplugin.pri)

View File

@@ -1,4 +1,3 @@
TEMPLATE = lib
TARGET = QmlDesigner TARGET = QmlDesigner
CONFIG += exceptions CONFIG += exceptions

View File

@@ -1,4 +1,3 @@
TEMPLATE = lib
TARGET = QmlJSEditor TARGET = QmlJSEditor
include(../../qtcreatorplugin.pri) include(../../qtcreatorplugin.pri)
QT += script QT += script

View File

@@ -1,4 +1,3 @@
TEMPLATE = lib
TARGET = QmlJSTools TARGET = QmlJSTools
include(../../qtcreatorplugin.pri) include(../../qtcreatorplugin.pri)

View File

@@ -1,4 +1,3 @@
TEMPLATE = lib
TARGET = QmlProfiler TARGET = QmlProfiler
DEFINES += QMLPROFILER_LIBRARY DEFINES += QMLPROFILER_LIBRARY

View File

@@ -1,4 +1,3 @@
TEMPLATE = lib
TARGET = QmlProjectManager TARGET = QmlProjectManager
QT += network declarative QT += network declarative

View File

@@ -1,4 +1,3 @@
TEMPLATE = lib
TARGET = Qnx TARGET = Qnx
QT += network xml QT += network xml
PROVIDER = BlackBerry PROVIDER = BlackBerry

View File

@@ -1,4 +1,3 @@
TEMPLATE = lib
TARGET = Qt4ProjectManager TARGET = Qt4ProjectManager
QT += network QT += network
include(../../qtcreatorplugin.pri) include(../../qtcreatorplugin.pri)

View File

@@ -1,4 +1,3 @@
TEMPLATE = lib
TARGET = QtSupport TARGET = QtSupport
DEFINES += QTSUPPORT_LIBRARY DEFINES += QTSUPPORT_LIBRARY
QT += network declarative QT += network declarative

View File

@@ -1,4 +1,3 @@
TEMPLATE = lib
TARGET = RemoteLinux TARGET = RemoteLinux
QT += network QT += network

View File

@@ -1,4 +1,3 @@
TEMPLATE = lib
TARGET = ResourceEditor TARGET = ResourceEditor
include(../../qtcreatorplugin.pri) include(../../qtcreatorplugin.pri)

View File

@@ -1,4 +1,3 @@
TEMPLATE = lib
TARGET = Subversion TARGET = Subversion
include(../../qtcreatorplugin.pri) include(../../qtcreatorplugin.pri)

View File

@@ -1,4 +1,3 @@
TEMPLATE = lib
TARGET = TaskList TARGET = TaskList
include(../../qtcreatorplugin.pri) include(../../qtcreatorplugin.pri)

View File

@@ -1,4 +1,3 @@
TEMPLATE = lib
TARGET = TextEditor TARGET = TextEditor
DEFINES += TEXTEDITOR_LIBRARY DEFINES += TEXTEDITOR_LIBRARY
QT += xml network QT += xml network

View File

@@ -1,4 +1,3 @@
TEMPLATE = lib
TARGET = Todo TARGET = Todo
include(../../qtcreatorplugin.pri) include(../../qtcreatorplugin.pri)

View File

@@ -1,5 +1,4 @@
TARGET = UpdateInfo TARGET = UpdateInfo
TEMPLATE = lib
QT += network xml QT += network xml
HEADERS += updateinfoplugin.h \ HEADERS += updateinfoplugin.h \

View File

@@ -1,4 +1,3 @@
TEMPLATE = lib
TARGET = Valgrind TARGET = Valgrind
include(../../qtcreatorplugin.pri) include(../../qtcreatorplugin.pri)

View File

@@ -1,4 +1,3 @@
TEMPLATE = lib
TARGET = VcsBase TARGET = VcsBase
DEFINES += VCSBASE_LIBRARY DEFINES += VCSBASE_LIBRARY
include(../../qtcreatorplugin.pri) include(../../qtcreatorplugin.pri)

View File

@@ -1,4 +1,3 @@
TEMPLATE = lib
TARGET = Welcome TARGET = Welcome
QT += network declarative QT += network declarative

View File

@@ -15,6 +15,7 @@ include(rpath.pri)
TARGET = $$qtLibraryName($$TARGET) TARGET = $$qtLibraryName($$TARGET)
TEMPLATE = lib
CONFIG += shared dll CONFIG += shared dll
contains(QT_CONFIG, reduce_exports):CONFIG += hide_symbols contains(QT_CONFIG, reduce_exports):CONFIG += hide_symbols

View File

@@ -108,6 +108,7 @@ CONFIG += include_source_dir
contains(QT_CONFIG, reduce_exports):CONFIG += hide_symbols contains(QT_CONFIG, reduce_exports):CONFIG += hide_symbols
TEMPLATE = lib
CONFIG += plugin plugin_with_soname CONFIG += plugin plugin_with_soname
linux*:QMAKE_LFLAGS += $$QMAKE_LFLAGS_NOUNDEF linux*:QMAKE_LFLAGS += $$QMAKE_LFLAGS_NOUNDEF