forked from qt-creator/qt-creator
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:
@@ -1,5 +1,3 @@
|
||||
TARGET = Aggregation
|
||||
|
||||
include(../../qtcreatorlibrary.pri)
|
||||
|
||||
DEFINES += AGGREGATION_LIBRARY
|
||||
|
@@ -1,5 +1,3 @@
|
||||
TARGET = CPlusPlus
|
||||
|
||||
DEFINES += NDEBUG
|
||||
#DEFINES += DEBUG_LOOKUP
|
||||
unix:QMAKE_CXXFLAGS_DEBUG += -O2
|
||||
|
@@ -1,4 +1,3 @@
|
||||
TARGET = ExtensionSystem
|
||||
DEFINES += EXTENSIONSYSTEM_LIBRARY
|
||||
include(../../qtcreatorlibrary.pri)
|
||||
|
||||
|
@@ -1,4 +1,3 @@
|
||||
TARGET = GLSL
|
||||
DEFINES += \
|
||||
GLSL_BUILD_LIB
|
||||
|
||||
|
@@ -1,5 +1,3 @@
|
||||
TARGET = LanguageUtils
|
||||
|
||||
unix:QMAKE_CXXFLAGS_DEBUG += -O3
|
||||
|
||||
include(../../qtcreatorlibrary.pri)
|
||||
|
@@ -1,4 +1,3 @@
|
||||
TARGET = QmlDebug
|
||||
QT += network
|
||||
|
||||
include(../../qtcreatorlibrary.pri)
|
||||
|
@@ -1,5 +1,3 @@
|
||||
TARGET = QmlEditorWidgets
|
||||
|
||||
DEFINES += QWEAKPOINTER_ENABLE_ARROW
|
||||
|
||||
unix:QMAKE_CXXFLAGS_DEBUG += -O3
|
||||
|
@@ -1,4 +1,3 @@
|
||||
TARGET = QmlJS
|
||||
DEFINES += QMLJS_BUILD_DIR
|
||||
|
||||
QT +=script
|
||||
|
@@ -1,4 +1,3 @@
|
||||
TARGET = QtcSsh
|
||||
QT += gui network
|
||||
DEFINES += QSSH_LIBRARY
|
||||
|
||||
|
@@ -1,4 +1,3 @@
|
||||
TARGET = Utils
|
||||
QT += gui network
|
||||
|
||||
include(../../qtcreatorlibrary.pri)
|
||||
|
@@ -2,8 +2,6 @@ QT -= gui
|
||||
QT += network
|
||||
CONFIG += exceptions
|
||||
|
||||
TARGET = zeroconf
|
||||
|
||||
DEFINES += ZEROCONF_LIBRARY
|
||||
|
||||
SOURCES += servicebrowser.cpp \
|
||||
|
@@ -1,5 +1,3 @@
|
||||
TARGET = AnalyzerBase
|
||||
|
||||
DEFINES += ANALYZER_LIBRARY
|
||||
|
||||
include(../../qtcreatorplugin.pri)
|
||||
|
@@ -1,5 +1,3 @@
|
||||
TARGET = Android
|
||||
|
||||
include(../../qtcreatorplugin.pri)
|
||||
|
||||
isEmpty(ANDROID_ENABLE):ANDROID_EXPERIMENTAL_STR="true"
|
||||
|
@@ -1,4 +1,3 @@
|
||||
TARGET = AutotoolsProjectManager
|
||||
#PROVIDER = Openismus
|
||||
|
||||
include(../../qtcreatorplugin.pri)
|
||||
|
@@ -1,4 +1,3 @@
|
||||
TARGET = Bazaar
|
||||
include(../../qtcreatorplugin.pri)
|
||||
SOURCES += \
|
||||
bazaarclient.cpp \
|
||||
|
@@ -1,4 +1,3 @@
|
||||
TARGET = BinEditor
|
||||
include(../../qtcreatorplugin.pri)
|
||||
|
||||
HEADERS += bineditorplugin.h \
|
||||
|
@@ -1,5 +1,3 @@
|
||||
TARGET = Bookmarks
|
||||
|
||||
include(../../qtcreatorplugin.pri)
|
||||
|
||||
HEADERS += bookmarksplugin.h \
|
||||
|
@@ -1,4 +1,3 @@
|
||||
TARGET = ClassView
|
||||
include(../../qtcreatorplugin.pri)
|
||||
|
||||
HEADERS += \
|
||||
|
@@ -1,4 +1,3 @@
|
||||
TARGET = ClearCase
|
||||
# PROVIDER = AudioCodes
|
||||
|
||||
include(../../qtcreatorplugin.pri)
|
||||
|
@@ -1,5 +1,3 @@
|
||||
TARGET = CMakeProjectManager
|
||||
|
||||
include(../../qtcreatorplugin.pri)
|
||||
|
||||
HEADERS = cmakeproject.h \
|
||||
|
@@ -1,4 +1,3 @@
|
||||
TARGET = Core
|
||||
DEFINES += CORE_LIBRARY
|
||||
QT += network \
|
||||
script \
|
||||
|
@@ -1,5 +1,4 @@
|
||||
QT += network
|
||||
TARGET = CodePaster
|
||||
include(../../qtcreatorplugin.pri)
|
||||
HEADERS += cpasterplugin.h \
|
||||
settingspage.h \
|
||||
|
@@ -1,4 +1,3 @@
|
||||
TARGET = CppEditor
|
||||
DEFINES += CPPEDITOR_LIBRARY
|
||||
include(../../qtcreatorplugin.pri)
|
||||
HEADERS += cppplugin.h \
|
||||
|
@@ -1,4 +1,3 @@
|
||||
TARGET = CppTools
|
||||
include(../../qtcreatorplugin.pri)
|
||||
|
||||
DEFINES += CPPTOOLS_LIBRARY
|
||||
|
@@ -1,5 +1,3 @@
|
||||
TARGET = CVS
|
||||
|
||||
include(../../qtcreatorplugin.pri)
|
||||
|
||||
HEADERS += annotationhighlighter.h \
|
||||
|
@@ -1,5 +1,3 @@
|
||||
TARGET = Debugger
|
||||
|
||||
# DEFINES += QT_USE_FAST_OPERATOR_PLUS
|
||||
# DEFINES += QT_USE_FAST_CONCATENATION
|
||||
# CONFIG += single
|
||||
|
@@ -1,4 +1,3 @@
|
||||
TARGET = Designer
|
||||
DEFINES += DESIGNER_LIBRARY
|
||||
|
||||
include(../../qtcreatorplugin.pri)
|
||||
|
@@ -1,4 +1,3 @@
|
||||
TARGET = DiffEditor
|
||||
DEFINES += DIFFEDITOR_LIBRARY
|
||||
include(../../qtcreatorplugin.pri)
|
||||
|
||||
|
@@ -1,5 +1,3 @@
|
||||
TARGET = FakeVim
|
||||
|
||||
# CONFIG += single
|
||||
include(../../qtcreatorplugin.pri)
|
||||
|
||||
|
@@ -1,4 +1,3 @@
|
||||
TARGET = Find
|
||||
include(../../qtcreatorplugin.pri)
|
||||
DEFINES += FIND_LIBRARY
|
||||
HEADERS += findtoolwindow.h \
|
||||
|
@@ -1,4 +1,3 @@
|
||||
TARGET = GenericProjectManager
|
||||
include(../../qtcreatorplugin.pri)
|
||||
|
||||
HEADERS = genericproject.h \
|
||||
|
@@ -1,4 +1,3 @@
|
||||
TARGET = Git
|
||||
include(../../qtcreatorplugin.pri)
|
||||
HEADERS += gitplugin.h \
|
||||
gitconstants.h \
|
||||
|
@@ -1,4 +1,3 @@
|
||||
TARGET = GLSLEditor
|
||||
include(../../qtcreatorplugin.pri)
|
||||
|
||||
DEFINES += \
|
||||
|
@@ -1,5 +1,3 @@
|
||||
TARGET = HelloWorld
|
||||
|
||||
include(../../qtcreatorplugin.pri)
|
||||
|
||||
HEADERS += helloworldplugin.h \
|
||||
|
@@ -1,5 +1,3 @@
|
||||
TARGET = Help
|
||||
|
||||
QT += network
|
||||
greaterThan(QT_MAJOR_VERSION, 4) {
|
||||
QT += printsupport help
|
||||
|
@@ -1,4 +1,3 @@
|
||||
TARGET = ImageViewer
|
||||
include(../../qtcreatorplugin.pri)
|
||||
|
||||
HEADERS += \
|
||||
|
@@ -1,4 +1,3 @@
|
||||
TARGET = Locator
|
||||
DEFINES += LOCATOR_LIBRARY
|
||||
include(../../qtcreatorplugin.pri)
|
||||
HEADERS += locatorplugin.h \
|
||||
|
@@ -1,5 +1,3 @@
|
||||
TARGET = Macros
|
||||
|
||||
DEFINES += MACROS_LIBRARY
|
||||
|
||||
include(../../qtcreatorplugin.pri)
|
||||
|
@@ -1,4 +1,3 @@
|
||||
TARGET = Madde
|
||||
QT += network
|
||||
|
||||
include(../../qtcreatorplugin.pri)
|
||||
|
@@ -1,4 +1,3 @@
|
||||
TARGET = Mercurial
|
||||
include(../../qtcreatorplugin.pri)
|
||||
SOURCES += mercurialplugin.cpp \
|
||||
optionspage.cpp \
|
||||
|
@@ -1,5 +1,3 @@
|
||||
TARGET = Perforce
|
||||
|
||||
include(../../qtcreatorplugin.pri)
|
||||
|
||||
HEADERS += \
|
||||
|
@@ -1,4 +1,3 @@
|
||||
TARGET = ProjectExplorer
|
||||
QT += xml script declarative
|
||||
|
||||
include(../../qtcreatorplugin.pri)
|
||||
|
@@ -1,5 +1,3 @@
|
||||
TARGET = PythonEditor
|
||||
|
||||
include(../../qtcreatorplugin.pri)
|
||||
include(pythoneditor_dependencies.pri)
|
||||
|
||||
|
@@ -1,5 +1,3 @@
|
||||
TARGET = QbsProjectManager
|
||||
|
||||
include(../../qtcreatorplugin.pri)
|
||||
|
||||
# Look for qbs in the environment (again)
|
||||
|
@@ -1,5 +1,3 @@
|
||||
TARGET = QmlDesigner
|
||||
|
||||
CONFIG += exceptions
|
||||
|
||||
INCLUDEPATH += $$PWD
|
||||
|
@@ -1,4 +1,3 @@
|
||||
TARGET = QmlJSEditor
|
||||
include(../../qtcreatorplugin.pri)
|
||||
QT += script
|
||||
|
||||
|
@@ -1,4 +1,3 @@
|
||||
TARGET = QmlJSTools
|
||||
include(../../qtcreatorplugin.pri)
|
||||
|
||||
DEFINES += QMLJSTOOLS_LIBRARY
|
||||
|
@@ -1,5 +1,3 @@
|
||||
TARGET = QmlProfiler
|
||||
|
||||
DEFINES += QMLPROFILER_LIBRARY
|
||||
|
||||
QT += network script declarative
|
||||
|
@@ -1,5 +1,3 @@
|
||||
TARGET = QmlProjectManager
|
||||
|
||||
QT += network declarative
|
||||
|
||||
include(../../qtcreatorplugin.pri)
|
||||
|
@@ -1,4 +1,3 @@
|
||||
TARGET = Qnx
|
||||
QT += network xml
|
||||
PROVIDER = BlackBerry
|
||||
|
||||
|
@@ -1,4 +1,3 @@
|
||||
TARGET = Qt4ProjectManager
|
||||
QT += network
|
||||
include(../../qtcreatorplugin.pri)
|
||||
|
||||
|
@@ -1,4 +1,3 @@
|
||||
TARGET = QtSupport
|
||||
DEFINES += QTSUPPORT_LIBRARY
|
||||
QT += network declarative
|
||||
|
||||
|
@@ -1,4 +1,3 @@
|
||||
TARGET = RemoteLinux
|
||||
QT += network
|
||||
|
||||
include(../../qtcreatorplugin.pri)
|
||||
|
@@ -1,5 +1,3 @@
|
||||
TARGET = ResourceEditor
|
||||
|
||||
include(../../qtcreatorplugin.pri)
|
||||
include(qrceditor/qrceditor.pri)
|
||||
|
||||
|
@@ -1,5 +1,3 @@
|
||||
TARGET = Subversion
|
||||
|
||||
include(../../qtcreatorplugin.pri)
|
||||
|
||||
HEADERS += annotationhighlighter.h \
|
||||
|
@@ -1,5 +1,3 @@
|
||||
TARGET = TaskList
|
||||
|
||||
include(../../qtcreatorplugin.pri)
|
||||
|
||||
HEADERS += tasklistplugin.h \
|
||||
|
@@ -1,4 +1,3 @@
|
||||
TARGET = TextEditor
|
||||
DEFINES += TEXTEDITOR_LIBRARY
|
||||
QT += xml network
|
||||
CONFIG += exceptions
|
||||
|
@@ -1,5 +1,3 @@
|
||||
TARGET = Todo
|
||||
|
||||
include(../../qtcreatorplugin.pri)
|
||||
|
||||
HEADERS += todoplugin.h \
|
||||
|
@@ -1,4 +1,3 @@
|
||||
TARGET = UpdateInfo
|
||||
QT += network xml
|
||||
|
||||
HEADERS += updateinfoplugin.h \
|
||||
|
@@ -1,5 +1,3 @@
|
||||
TARGET = Valgrind
|
||||
|
||||
include(../../qtcreatorplugin.pri)
|
||||
include(callgrind/callgrind.pri)
|
||||
include(memcheck/memcheck.pri)
|
||||
|
@@ -1,4 +1,3 @@
|
||||
TARGET = VcsBase
|
||||
DEFINES += VCSBASE_LIBRARY
|
||||
include(../../qtcreatorplugin.pri)
|
||||
HEADERS += vcsbase_global.h \
|
||||
|
@@ -1,4 +1,3 @@
|
||||
TARGET = Welcome
|
||||
QT += network declarative
|
||||
|
||||
include(../../qtcreatorplugin.pri)
|
||||
|
@@ -1,4 +1,5 @@
|
||||
include($$replace(_PRO_FILE_PWD_, ([^/]+$), \\1/\\1_dependencies.pri))
|
||||
TARGET = $$QTC_LIB_NAME
|
||||
|
||||
include(../qtcreator.pri)
|
||||
|
||||
|
@@ -1,4 +1,5 @@
|
||||
include($$replace(_PRO_FILE_PWD_, ([^/]+$), \\1/\\1_dependencies.pri))
|
||||
TARGET = $$QTC_PLUGIN_NAME
|
||||
|
||||
include(../qtcreator.pri)
|
||||
|
||||
|
Reference in New Issue
Block a user