forked from qt-creator/qt-creator
automatically include libs' and plugins' _dependencies.pri files
Change-Id: I25645bb625b467c6f9d895ff89a70acd6a25683e Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
This commit is contained in:
@@ -2,7 +2,6 @@ TEMPLATE = lib
|
||||
TARGET = Aggregation
|
||||
|
||||
include(../../qtcreatorlibrary.pri)
|
||||
include(aggregation_depedencies.pri)
|
||||
|
||||
DEFINES += AGGREGATION_LIBRARY
|
||||
|
||||
|
||||
@@ -6,5 +6,4 @@ DEFINES += NDEBUG
|
||||
unix:QMAKE_CXXFLAGS_DEBUG += -O2
|
||||
|
||||
include(../../qtcreatorlibrary.pri)
|
||||
include(cplusplus_dependencies.pri)
|
||||
include(cplusplus-lib.pri)
|
||||
|
||||
@@ -2,7 +2,6 @@ TEMPLATE = lib
|
||||
TARGET = ExtensionSystem
|
||||
DEFINES += EXTENSIONSYSTEM_LIBRARY
|
||||
include(../../qtcreatorlibrary.pri)
|
||||
include(extensionsystem_dependencies.pri)
|
||||
|
||||
unix:!macx:!freebsd*:LIBS += -ldl
|
||||
|
||||
|
||||
@@ -5,5 +5,4 @@ DEFINES += \
|
||||
QT_CREATOR
|
||||
|
||||
include(../../qtcreatorlibrary.pri)
|
||||
include(glsl_dependencies.pri)
|
||||
include(glsl-lib.pri)
|
||||
|
||||
@@ -5,5 +5,4 @@ DEFINES += QT_CREATOR
|
||||
unix:QMAKE_CXXFLAGS_DEBUG += -O3
|
||||
|
||||
include(../../qtcreatorlibrary.pri)
|
||||
include(languageutils_dependencies.pri)
|
||||
include(languageutils-lib.pri)
|
||||
|
||||
@@ -3,7 +3,6 @@ TARGET = QmlDebug
|
||||
QT += network
|
||||
|
||||
include(../../qtcreatorlibrary.pri)
|
||||
include(qmldebug_dependencies.pri)
|
||||
include(qmldebug-lib.pri)
|
||||
|
||||
OTHER_FILES += \
|
||||
|
||||
@@ -6,6 +6,5 @@ DEFINES += QWEAKPOINTER_ENABLE_ARROW
|
||||
unix:QMAKE_CXXFLAGS_DEBUG += -O3
|
||||
|
||||
include(../../qtcreatorlibrary.pri)
|
||||
include(qmleditorwidgets_dependencies.pri)
|
||||
include(qmleditorwidgets-lib.pri)
|
||||
|
||||
|
||||
@@ -4,5 +4,4 @@ DEFINES += QMLJS_BUILD_DIR QT_CREATOR
|
||||
|
||||
QT +=script
|
||||
include(../../qtcreatorlibrary.pri)
|
||||
include(qmljs_dependencies.pri)
|
||||
include(qmljs-lib.pri)
|
||||
|
||||
@@ -4,7 +4,6 @@ QT += gui network
|
||||
DEFINES += QSSH_LIBRARY
|
||||
|
||||
include(../../qtcreatorlibrary.pri)
|
||||
include(ssh_dependencies.pri)
|
||||
|
||||
SOURCES = $$PWD/sshsendfacility.cpp \
|
||||
$$PWD/sshremoteprocess.cpp \
|
||||
|
||||
@@ -3,8 +3,6 @@ TARGET = Utils
|
||||
QT += gui network
|
||||
|
||||
include(../../qtcreatorlibrary.pri)
|
||||
include(utils_dependencies.pri)
|
||||
|
||||
include(utils-lib.pri)
|
||||
|
||||
lessThan(QT_MAJOR_VERSION, 5) {
|
||||
|
||||
@@ -21,7 +21,6 @@ HEADERS += servicebrowser.h \
|
||||
syssocket.h
|
||||
|
||||
include(../../qtcreatorlibrary.pri)
|
||||
include(zeroconf_dependencies.pri)
|
||||
|
||||
win32{
|
||||
LIBS += -lws2_32
|
||||
|
||||
@@ -4,7 +4,6 @@ TARGET = AnalyzerBase
|
||||
DEFINES += ANALYZER_LIBRARY
|
||||
|
||||
include(../../qtcreatorplugin.pri)
|
||||
include(analyzerbase_dependencies.pri)
|
||||
|
||||
QT += network
|
||||
|
||||
|
||||
@@ -2,7 +2,6 @@ TEMPLATE = lib
|
||||
TARGET = Android
|
||||
|
||||
include(../../qtcreatorplugin.pri)
|
||||
include(android_dependencies.pri)
|
||||
|
||||
isEmpty(ANDROID_ENABLE):ANDROID_EXPERIMENTAL_STR="true"
|
||||
else:ANDROID_EXPERIMENTAL_STR="false"
|
||||
|
||||
@@ -3,7 +3,6 @@ TARGET = AutotoolsProjectManager
|
||||
#PROVIDER = Openismus
|
||||
|
||||
include(../../qtcreatorplugin.pri)
|
||||
include(autotoolsprojectmanager_dependencies.pri)
|
||||
|
||||
HEADERS = autotoolsprojectplugin.h\
|
||||
autotoolsopenprojectwizard.h\
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
TARGET = Bazaar
|
||||
TEMPLATE = lib
|
||||
include(../../qtcreatorplugin.pri)
|
||||
include(bazaar_dependencies.pri)
|
||||
SOURCES += \
|
||||
bazaarclient.cpp \
|
||||
bazaarcontrol.cpp \
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
TEMPLATE = lib
|
||||
TARGET = BinEditor
|
||||
include(../../qtcreatorplugin.pri)
|
||||
include(bineditor_dependencies.pri)
|
||||
|
||||
HEADERS += bineditorplugin.h \
|
||||
bineditor.h \
|
||||
|
||||
@@ -2,7 +2,6 @@ TEMPLATE = lib
|
||||
TARGET = Bookmarks
|
||||
|
||||
include(../../qtcreatorplugin.pri)
|
||||
include(bookmarks_dependencies.pri)
|
||||
|
||||
HEADERS += bookmarksplugin.h \
|
||||
bookmark.h \
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
TEMPLATE = lib
|
||||
TARGET = ClassView
|
||||
include(../../qtcreatorplugin.pri)
|
||||
include(classview_dependencies.pri)
|
||||
|
||||
HEADERS += \
|
||||
classviewplugin.h \
|
||||
|
||||
@@ -3,7 +3,6 @@ TARGET = ClearCase
|
||||
# PROVIDER = AudioCodes
|
||||
|
||||
include(../../qtcreatorplugin.pri)
|
||||
include(clearcase_dependencies.pri)
|
||||
|
||||
HEADERS += activityselector.h \
|
||||
annotationhighlighter.h \
|
||||
|
||||
@@ -2,7 +2,6 @@ TEMPLATE = lib
|
||||
TARGET = CMakeProjectManager
|
||||
|
||||
include(../../qtcreatorplugin.pri)
|
||||
include(cmakeprojectmanager_dependencies.pri)
|
||||
|
||||
HEADERS = cmakeproject.h \
|
||||
cmakeprojectplugin.h \
|
||||
|
||||
@@ -13,7 +13,6 @@ greaterThan(QT_MAJOR_VERSION, 4) {
|
||||
|
||||
include(../../qtcreatorplugin.pri)
|
||||
include(../../shared/scriptwrapper/scriptwrapper.pri)
|
||||
include(coreplugin_dependencies.pri)
|
||||
win32-msvc*:QMAKE_CXXFLAGS += -wd4251 -wd4290 -wd4250
|
||||
INCLUDEPATH += dialogs \
|
||||
actionmanager \
|
||||
|
||||
@@ -2,7 +2,6 @@ QT += network
|
||||
TEMPLATE = lib
|
||||
TARGET = CodePaster
|
||||
include(../../qtcreatorplugin.pri)
|
||||
include(cpaster_dependencies.pri)
|
||||
HEADERS += cpasterplugin.h \
|
||||
settingspage.h \
|
||||
protocol.h \
|
||||
|
||||
@@ -2,7 +2,6 @@ TEMPLATE = lib
|
||||
TARGET = CppEditor
|
||||
DEFINES += CPPEDITOR_LIBRARY
|
||||
include(../../qtcreatorplugin.pri)
|
||||
include(cppeditor_dependencies.pri)
|
||||
HEADERS += cppplugin.h \
|
||||
cppeditor.h \
|
||||
cpphighlighter.h \
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
TEMPLATE = lib
|
||||
TARGET = CppTools
|
||||
include(../../qtcreatorplugin.pri)
|
||||
include(cpptools_dependencies.pri)
|
||||
|
||||
INCLUDEPATH += .
|
||||
DEFINES += CPPTOOLS_LIBRARY
|
||||
|
||||
@@ -2,7 +2,6 @@ TEMPLATE = lib
|
||||
TARGET = CVS
|
||||
|
||||
include(../../qtcreatorplugin.pri)
|
||||
include(cvs_dependencies.pri)
|
||||
|
||||
HEADERS += annotationhighlighter.h \
|
||||
cvsplugin.h \
|
||||
|
||||
@@ -6,7 +6,6 @@ TARGET = Debugger
|
||||
# CONFIG += single
|
||||
|
||||
include(../../qtcreatorplugin.pri)
|
||||
include(debugger_dependencies.pri)
|
||||
|
||||
DEFINES += DEBUGGER_LIBRARY
|
||||
|
||||
|
||||
@@ -5,7 +5,6 @@ DEFINES += DESIGNER_LIBRARY
|
||||
include(../../qtcreatorplugin.pri)
|
||||
include(../../shared/designerintegrationv2/designerintegration.pri)
|
||||
include(cpp/cpp.pri)
|
||||
include(designer_dependencies.pri)
|
||||
|
||||
INCLUDEPATH += ../../tools/utils
|
||||
|
||||
|
||||
@@ -2,7 +2,6 @@ TEMPLATE = lib
|
||||
TARGET = DiffEditor
|
||||
DEFINES += DIFFEDITOR_LIBRARY
|
||||
include(../../qtcreatorplugin.pri)
|
||||
include(diffeditor_dependencies.pri)
|
||||
|
||||
HEADERS += diffeditorplugin.h \
|
||||
diffeditorwidget.h \
|
||||
|
||||
@@ -3,7 +3,6 @@ TARGET = FakeVim
|
||||
|
||||
# CONFIG += single
|
||||
include(../../qtcreatorplugin.pri)
|
||||
include(fakevim_dependencies.pri)
|
||||
|
||||
QT += gui
|
||||
SOURCES += fakevimactions.cpp \
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
TEMPLATE = lib
|
||||
TARGET = Find
|
||||
include(../../qtcreatorplugin.pri)
|
||||
include(find_dependencies.pri)
|
||||
DEFINES += FIND_LIBRARY
|
||||
HEADERS += findtoolwindow.h \
|
||||
textfindconstants.h \
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
TEMPLATE = lib
|
||||
TARGET = GenericProjectManager
|
||||
include(../../qtcreatorplugin.pri)
|
||||
include(genericprojectmanager_dependencies.pri)
|
||||
|
||||
HEADERS = genericproject.h \
|
||||
genericprojectplugin.h \
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
TEMPLATE = lib
|
||||
TARGET = Git
|
||||
include(../../qtcreatorplugin.pri)
|
||||
include(git_dependencies.pri)
|
||||
HEADERS += gitplugin.h \
|
||||
gitconstants.h \
|
||||
gitclient.h \
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
TEMPLATE = lib
|
||||
TARGET = GLSLEditor
|
||||
include(../../qtcreatorplugin.pri)
|
||||
include(glsleditor_dependencies.pri)
|
||||
|
||||
DEFINES += \
|
||||
GLSLEDITOR_LIBRARY \
|
||||
|
||||
@@ -2,7 +2,6 @@ TEMPLATE = lib
|
||||
TARGET = HelloWorld
|
||||
|
||||
include(../../qtcreatorplugin.pri)
|
||||
include(helloworld_dependencies.pri)
|
||||
|
||||
HEADERS += helloworldplugin.h \
|
||||
helloworldwindow.h
|
||||
|
||||
@@ -14,7 +14,6 @@ greaterThan(QT_MAJOR_VERSION, 4) {
|
||||
INCLUDEPATH += $$PWD
|
||||
|
||||
include(../../qtcreatorplugin.pri)
|
||||
include(help_dependencies.pri)
|
||||
|
||||
DEFINES += \
|
||||
QT_CLUCENE_SUPPORT \
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
TEMPLATE = lib
|
||||
TARGET = ImageViewer
|
||||
include(../../qtcreatorplugin.pri)
|
||||
include(imageviewer_dependencies.pri)
|
||||
|
||||
HEADERS += \
|
||||
imageviewerplugin.h \
|
||||
|
||||
@@ -2,7 +2,6 @@ TEMPLATE = lib
|
||||
TARGET = Locator
|
||||
DEFINES += LOCATOR_LIBRARY
|
||||
include(../../qtcreatorplugin.pri)
|
||||
include(locator_dependencies.pri)
|
||||
HEADERS += locatorplugin.h \
|
||||
commandlocator.h \
|
||||
locatorwidget.h \
|
||||
|
||||
@@ -4,7 +4,6 @@ TARGET = Macros
|
||||
DEFINES += MACROS_LIBRARY
|
||||
|
||||
include(../../qtcreatorplugin.pri)
|
||||
include(macros_dependencies.pri)
|
||||
|
||||
HEADERS += macrosplugin.h \
|
||||
macros_global.h \
|
||||
|
||||
@@ -3,7 +3,6 @@ TARGET = Madde
|
||||
QT += network
|
||||
|
||||
include(../../qtcreatorplugin.pri)
|
||||
include(madde_dependencies.pri)
|
||||
|
||||
HEADERS += \
|
||||
madde_exports.h \
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
TARGET = Mercurial
|
||||
TEMPLATE = lib
|
||||
include(../../qtcreatorplugin.pri)
|
||||
include(mercurial_dependencies.pri)
|
||||
SOURCES += mercurialplugin.cpp \
|
||||
optionspage.cpp \
|
||||
mercurialcontrol.cpp \
|
||||
|
||||
@@ -2,7 +2,6 @@ TEMPLATE = lib
|
||||
TARGET = Perforce
|
||||
|
||||
include(../../qtcreatorplugin.pri)
|
||||
include(perforce_dependencies.pri)
|
||||
|
||||
HEADERS += \
|
||||
perforceplugin.h \
|
||||
|
||||
@@ -3,7 +3,6 @@ TARGET = ProjectExplorer
|
||||
QT += xml script declarative
|
||||
|
||||
include(../../qtcreatorplugin.pri)
|
||||
include(projectexplorer_dependencies.pri)
|
||||
include(customwizard/customwizard.pri)
|
||||
INCLUDEPATH += $$PWD/../../libs/utils
|
||||
HEADERS += projectexplorer.h \
|
||||
|
||||
@@ -2,7 +2,6 @@ TEMPLATE = lib
|
||||
TARGET = QbsProjectManager
|
||||
|
||||
include(../../qtcreatorplugin.pri)
|
||||
include(qbsprojectmanager_dependencies.pri)
|
||||
|
||||
# Look for qbs in the environment (again)
|
||||
QBS_SOURCE_DIR = $$PWD/../../shared/qbs
|
||||
|
||||
@@ -7,7 +7,6 @@ INCLUDEPATH += $$PWD
|
||||
|
||||
include(../../qtcreatorplugin.pri)
|
||||
include(../../private_headers.pri)
|
||||
include(qmldesigner_dependencies.pri)
|
||||
|
||||
include(designercore/designercore-lib.pri)
|
||||
include(components/componentcore/componentcore.pri)
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
TEMPLATE = lib
|
||||
TARGET = QmlJSEditor
|
||||
include(../../qtcreatorplugin.pri)
|
||||
include(qmljseditor_dependencies.pri)
|
||||
QT += script
|
||||
|
||||
DEFINES += \
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
TEMPLATE = lib
|
||||
TARGET = QmlJSTools
|
||||
include(../../qtcreatorplugin.pri)
|
||||
include(qmljstools_dependencies.pri)
|
||||
|
||||
DEFINES += QMLJSTOOLS_LIBRARY
|
||||
|
||||
|
||||
@@ -4,7 +4,6 @@ TARGET = QmlProjectManager
|
||||
QT += network declarative
|
||||
|
||||
include(../../qtcreatorplugin.pri)
|
||||
include(qmlprojectmanager_dependencies.pri)
|
||||
include(fileformat/fileformat.pri)
|
||||
|
||||
DEFINES += QMLPROJECTMANAGER_LIBRARY
|
||||
|
||||
@@ -4,7 +4,6 @@ QT += network xml
|
||||
PROVIDER = BlackBerry
|
||||
|
||||
include(../../qtcreatorplugin.pri)
|
||||
include(qnx_dependencies.pri)
|
||||
|
||||
SOURCES += qnxplugin.cpp \
|
||||
blackberryqtversionfactory.cpp \
|
||||
|
||||
@@ -2,7 +2,6 @@ TEMPLATE = lib
|
||||
TARGET = Qt4ProjectManager
|
||||
QT += network
|
||||
include(../../qtcreatorplugin.pri)
|
||||
include(qt4projectmanager_dependencies.pri)
|
||||
|
||||
DEFINES += \
|
||||
QT_CREATOR \
|
||||
|
||||
@@ -4,7 +4,6 @@ DEFINES += QT_CREATOR QTSUPPORT_LIBRARY
|
||||
QT += network declarative
|
||||
|
||||
include(../../qtcreatorplugin.pri)
|
||||
include(qtsupport_dependencies.pri)
|
||||
DEFINES += \
|
||||
QMAKE_AS_LIBRARY QMAKE_LIBRARY \
|
||||
PROPARSER_THREAD_SAFE PROEVALUATOR_THREAD_SAFE PROEVALUATOR_CUMULATIVE PROEVALUATOR_SETENV
|
||||
|
||||
@@ -3,7 +3,6 @@ TARGET = RemoteLinux
|
||||
QT += network
|
||||
|
||||
include(../../qtcreatorplugin.pri)
|
||||
include(remotelinux_dependencies.pri)
|
||||
|
||||
HEADERS += \
|
||||
embeddedlinuxqtversion.h \
|
||||
|
||||
@@ -2,7 +2,6 @@ TEMPLATE = lib
|
||||
TARGET = ResourceEditor
|
||||
|
||||
include(../../qtcreatorplugin.pri)
|
||||
include(resourceeditor_dependencies.pri)
|
||||
include(qrceditor/qrceditor.pri)
|
||||
|
||||
INCLUDEPATH += $$PWD/../../tools/utils
|
||||
|
||||
@@ -2,7 +2,6 @@ TEMPLATE = lib
|
||||
TARGET = Subversion
|
||||
|
||||
include(../../qtcreatorplugin.pri)
|
||||
include(subversion_dependencies.pri)
|
||||
|
||||
HEADERS += annotationhighlighter.h \
|
||||
subversionplugin.h \
|
||||
|
||||
@@ -2,7 +2,6 @@ TEMPLATE = lib
|
||||
TARGET = TaskList
|
||||
|
||||
include(../../qtcreatorplugin.pri)
|
||||
include(tasklist_dependencies.pri)
|
||||
|
||||
HEADERS += tasklistplugin.h \
|
||||
tasklist_export.h \
|
||||
|
||||
@@ -5,7 +5,6 @@ QT += xml network
|
||||
CONFIG += exceptions
|
||||
greaterThan(QT_MAJOR_VERSION, 4): QT += printsupport
|
||||
include(../../qtcreatorplugin.pri)
|
||||
include(texteditor_dependencies.pri)
|
||||
INCLUDEPATH += generichighlighter \
|
||||
snippets \
|
||||
codeassist
|
||||
|
||||
@@ -2,7 +2,6 @@ TEMPLATE = lib
|
||||
TARGET = Todo
|
||||
|
||||
include(../../qtcreatorplugin.pri)
|
||||
include(todo_dependencies.pri)
|
||||
|
||||
HEADERS += todoplugin.h \
|
||||
keyword.h \
|
||||
|
||||
@@ -12,4 +12,3 @@ isEmpty(UPDATEINFO_ENABLE):UPDATEINFO_EXPERIMENTAL_STR="true"
|
||||
else:UPDATEINFO_EXPERIMENTAL_STR="false"
|
||||
|
||||
include(../../qtcreatorplugin.pri)
|
||||
include(updateinfo_dependencies.pri)
|
||||
|
||||
@@ -2,7 +2,6 @@ TEMPLATE = lib
|
||||
TARGET = Valgrind
|
||||
|
||||
include(../../qtcreatorplugin.pri)
|
||||
include(valgrind_dependencies.pri)
|
||||
include(callgrind/callgrind.pri)
|
||||
include(memcheck/memcheck.pri)
|
||||
include(xmlprotocol/xmlprotocol.pri)
|
||||
|
||||
@@ -2,7 +2,6 @@ TEMPLATE = lib
|
||||
TARGET = VcsBase
|
||||
DEFINES += VCSBASE_LIBRARY
|
||||
include(../../qtcreatorplugin.pri)
|
||||
include(vcsbase_dependencies.pri)
|
||||
HEADERS += vcsbase_global.h \
|
||||
vcsbaseconstants.h \
|
||||
vcsconfigurationpage.h \
|
||||
|
||||
@@ -3,7 +3,6 @@ TARGET = Welcome
|
||||
QT += network declarative
|
||||
|
||||
include(../../qtcreatorplugin.pri)
|
||||
include(welcome_dependencies.pri)
|
||||
|
||||
HEADERS += welcomeplugin.h \
|
||||
welcome_global.h
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
include(../qtcreator.pri)
|
||||
|
||||
include($$replace(_PRO_FILE_PWD_, ([^/]+$), \\1/\\1_dependencies.pri))
|
||||
|
||||
# use precompiled header for libraries by default
|
||||
isEmpty(PRECOMPILED_HEADER):PRECOMPILED_HEADER = $$PWD/shared/qtcreator_pch.h
|
||||
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
include(../qtcreator.pri)
|
||||
|
||||
include($$replace(_PRO_FILE_PWD_, ([^/]+$), \\1/\\1_dependencies.pri))
|
||||
|
||||
# use gui precompiled header for plugins by default
|
||||
isEmpty(PRECOMPILED_HEADER):PRECOMPILED_HEADER = $$PWD/shared/qtcreator_gui_pch.h
|
||||
|
||||
|
||||
Reference in New Issue
Block a user