derive TARGET from QTC_{LIB,PLUGIN}_NAME

the information is redundant now

Change-Id: Icc8c8b4ace11538d45c6c9e1dbe5a7976f4743e1
Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
Reviewed-by: Eike Ziller <eike.ziller@digia.com>
This commit is contained in:
Oswald Buddenhagen
2013-03-28 11:19:42 +01:00
parent 66a3553107
commit 06acd82ada
64 changed files with 2 additions and 88 deletions

View File

@@ -1,5 +1,3 @@
TARGET = Aggregation
include(../../qtcreatorlibrary.pri)
DEFINES += AGGREGATION_LIBRARY

View File

@@ -1,5 +1,3 @@
TARGET = CPlusPlus
DEFINES += NDEBUG
#DEFINES += DEBUG_LOOKUP
unix:QMAKE_CXXFLAGS_DEBUG += -O2

View File

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

View File

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

View File

@@ -1,5 +1,3 @@
TARGET = LanguageUtils
unix:QMAKE_CXXFLAGS_DEBUG += -O3
include(../../qtcreatorlibrary.pri)

View File

@@ -1,4 +1,3 @@
TARGET = QmlDebug
QT += network
include(../../qtcreatorlibrary.pri)

View File

@@ -1,5 +1,3 @@
TARGET = QmlEditorWidgets
DEFINES += QWEAKPOINTER_ENABLE_ARROW
unix:QMAKE_CXXFLAGS_DEBUG += -O3

View File

@@ -1,4 +1,3 @@
TARGET = QmlJS
DEFINES += QMLJS_BUILD_DIR
QT +=script

View File

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

View File

@@ -1,4 +1,3 @@
TARGET = Utils
QT += gui network
include(../../qtcreatorlibrary.pri)

View File

@@ -2,8 +2,6 @@ QT -= gui
QT += network
CONFIG += exceptions
TARGET = zeroconf
DEFINES += ZEROCONF_LIBRARY
SOURCES += servicebrowser.cpp \

View File

@@ -1,5 +1,3 @@
TARGET = AnalyzerBase
DEFINES += ANALYZER_LIBRARY
include(../../qtcreatorplugin.pri)

View File

@@ -1,5 +1,3 @@
TARGET = Android
include(../../qtcreatorplugin.pri)
isEmpty(ANDROID_ENABLE):ANDROID_EXPERIMENTAL_STR="true"

View File

@@ -1,4 +1,3 @@
TARGET = AutotoolsProjectManager
#PROVIDER = Openismus
include(../../qtcreatorplugin.pri)

View File

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

View File

@@ -1,4 +1,3 @@
TARGET = BinEditor
include(../../qtcreatorplugin.pri)
HEADERS += bineditorplugin.h \

View File

@@ -1,5 +1,3 @@
TARGET = Bookmarks
include(../../qtcreatorplugin.pri)
HEADERS += bookmarksplugin.h \

View File

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

View File

@@ -1,4 +1,3 @@
TARGET = ClearCase
# PROVIDER = AudioCodes
include(../../qtcreatorplugin.pri)

View File

@@ -1,5 +1,3 @@
TARGET = CMakeProjectManager
include(../../qtcreatorplugin.pri)
HEADERS = cmakeproject.h \

View File

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

View File

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

View File

@@ -1,4 +1,3 @@
TARGET = CppEditor
DEFINES += CPPEDITOR_LIBRARY
include(../../qtcreatorplugin.pri)
HEADERS += cppplugin.h \

View File

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

View File

@@ -1,5 +1,3 @@
TARGET = CVS
include(../../qtcreatorplugin.pri)
HEADERS += annotationhighlighter.h \

View File

@@ -1,5 +1,3 @@
TARGET = Debugger
# DEFINES += QT_USE_FAST_OPERATOR_PLUS
# DEFINES += QT_USE_FAST_CONCATENATION
# CONFIG += single

View File

@@ -1,4 +1,3 @@
TARGET = Designer
DEFINES += DESIGNER_LIBRARY
include(../../qtcreatorplugin.pri)

View File

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

View File

@@ -1,5 +1,3 @@
TARGET = FakeVim
# CONFIG += single
include(../../qtcreatorplugin.pri)

View File

@@ -1,4 +1,3 @@
TARGET = Find
include(../../qtcreatorplugin.pri)
DEFINES += FIND_LIBRARY
HEADERS += findtoolwindow.h \

View File

@@ -1,4 +1,3 @@
TARGET = GenericProjectManager
include(../../qtcreatorplugin.pri)
HEADERS = genericproject.h \

View File

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

View File

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

View File

@@ -1,5 +1,3 @@
TARGET = HelloWorld
include(../../qtcreatorplugin.pri)
HEADERS += helloworldplugin.h \

View File

@@ -1,5 +1,3 @@
TARGET = Help
QT += network
greaterThan(QT_MAJOR_VERSION, 4) {
QT += printsupport help

View File

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

View File

@@ -1,4 +1,3 @@
TARGET = Locator
DEFINES += LOCATOR_LIBRARY
include(../../qtcreatorplugin.pri)
HEADERS += locatorplugin.h \

View File

@@ -1,5 +1,3 @@
TARGET = Macros
DEFINES += MACROS_LIBRARY
include(../../qtcreatorplugin.pri)

View File

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

View File

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

View File

@@ -1,5 +1,3 @@
TARGET = Perforce
include(../../qtcreatorplugin.pri)
HEADERS += \

View File

@@ -1,4 +1,3 @@
TARGET = ProjectExplorer
QT += xml script declarative
include(../../qtcreatorplugin.pri)

View File

@@ -1,5 +1,3 @@
TARGET = PythonEditor
include(../../qtcreatorplugin.pri)
include(pythoneditor_dependencies.pri)

View File

@@ -1,5 +1,3 @@
TARGET = QbsProjectManager
include(../../qtcreatorplugin.pri)
# Look for qbs in the environment (again)

View File

@@ -1,5 +1,3 @@
TARGET = QmlDesigner
CONFIG += exceptions
INCLUDEPATH += $$PWD

View File

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

View File

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

View File

@@ -1,5 +1,3 @@
TARGET = QmlProfiler
DEFINES += QMLPROFILER_LIBRARY
QT += network script declarative

View File

@@ -1,5 +1,3 @@
TARGET = QmlProjectManager
QT += network declarative
include(../../qtcreatorplugin.pri)

View File

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

View File

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

View File

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

View File

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

View File

@@ -1,5 +1,3 @@
TARGET = ResourceEditor
include(../../qtcreatorplugin.pri)
include(qrceditor/qrceditor.pri)

View File

@@ -1,5 +1,3 @@
TARGET = Subversion
include(../../qtcreatorplugin.pri)
HEADERS += annotationhighlighter.h \

View File

@@ -1,5 +1,3 @@
TARGET = TaskList
include(../../qtcreatorplugin.pri)
HEADERS += tasklistplugin.h \

View File

@@ -1,4 +1,3 @@
TARGET = TextEditor
DEFINES += TEXTEDITOR_LIBRARY
QT += xml network
CONFIG += exceptions

View File

@@ -1,5 +1,3 @@
TARGET = Todo
include(../../qtcreatorplugin.pri)
HEADERS += todoplugin.h \

View File

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

View File

@@ -1,5 +1,3 @@
TARGET = Valgrind
include(../../qtcreatorplugin.pri)
include(callgrind/callgrind.pri)
include(memcheck/memcheck.pri)

View File

@@ -1,4 +1,3 @@
TARGET = VcsBase
DEFINES += VCSBASE_LIBRARY
include(../../qtcreatorplugin.pri)
HEADERS += vcsbase_global.h \

View File

@@ -1,4 +1,3 @@
TARGET = Welcome
QT += network declarative
include(../../qtcreatorplugin.pri)

View File

@@ -1,4 +1,5 @@
include($$replace(_PRO_FILE_PWD_, ([^/]+$), \\1/\\1_dependencies.pri))
TARGET = $$QTC_LIB_NAME
include(../qtcreator.pri)

View File

@@ -1,4 +1,5 @@
include($$replace(_PRO_FILE_PWD_, ([^/]+$), \\1/\\1_dependencies.pri))
TARGET = $$QTC_PLUGIN_NAME
include(../qtcreator.pri)