Skip to content
Snippets Groups Projects
Commit 24ee6415 authored by Tobias Hunger's avatar Tobias Hunger
Browse files

Fix dependency information according to output of dependency checker


Change-Id: Ic1259f04f4120b6e495ebb3672f7f360c71cba7f
Reviewed-by: default avatarEike Ziller <eike.ziller@digia.com>
parent ec442f55
No related branches found
No related tags found
No related merge requests found
Showing
with 24 additions and 13 deletions
......@@ -5,4 +5,5 @@ QTC_LIB_DEPENDS += \
QTC_PLUGIN_DEPENDS += \
coreplugin \
projectexplorer \
texteditor \
cpptools
......@@ -4,4 +4,6 @@ QTC_PLUGIN_DEPENDS += \
debugger \
projectexplorer \
qt4projectmanager \
qtsupport \
texteditor \
analyzerbase
......@@ -2,5 +2,4 @@ QTC_PLUGIN_NAME = AutotoolsProjectManager
QTC_PLUGIN_DEPENDS += \
projectexplorer \
coreplugin \
cpptools \
qtsupport
cpptools
......@@ -2,7 +2,7 @@ QTC_PLUGIN_NAME = Bazaar
QTC_LIB_DEPENDS += \
utils
QTC_PLUGIN_DEPENDS += \
projectexplorer \
locator \
texteditor \
coreplugin \
vcsbase
......@@ -2,5 +2,6 @@ QTC_PLUGIN_NAME = BinEditor
QTC_LIB_DEPENDS += \
utils
QTC_PLUGIN_DEPENDS += \
find \
texteditor \
coreplugin
......@@ -2,6 +2,7 @@ QTC_PLUGIN_NAME = ClearCase
QTC_LIB_DEPENDS += \
utils
QTC_PLUGIN_DEPENDS += \
locator \
projectexplorer \
texteditor \
coreplugin \
......
QTC_PLUGIN_NAME = CMakeProjectManager
QTC_PLUGIN_DEPENDS += \
coreplugin \
locator \
projectexplorer \
cpptools \
texteditor \
......
......@@ -5,4 +5,5 @@ QTC_LIB_DEPENDS += \
QTC_PLUGIN_DEPENDS += \
texteditor \
coreplugin \
cpptools
cpptools \
projectexplorer
......@@ -3,6 +3,7 @@ QTC_LIB_DEPENDS += \
languageutils \
cplusplus
QTC_PLUGIN_DEPENDS += \
coreplugin \
projectexplorer \
texteditor \
locator \
......
......@@ -2,7 +2,7 @@ QTC_PLUGIN_NAME = CVS
QTC_LIB_DEPENDS += \
utils
QTC_PLUGIN_DEPENDS += \
projectexplorer \
locator \
texteditor \
coreplugin \
vcsbase
......@@ -4,5 +4,6 @@ QTC_LIB_DEPENDS += \
utils
QTC_PLUGIN_DEPENDS += \
cpptools \
projectexplorer \
texteditor \
coreplugin
QTC_PLUGIN_NAME = GenericProjectManager
QTC_PLUGIN_DEPENDS += \
coreplugin \
projectexplorer \
cpptools \
texteditor \
......
......@@ -2,7 +2,7 @@ QTC_PLUGIN_NAME = Git
QTC_LIB_DEPENDS += \
utils
QTC_PLUGIN_DEPENDS += \
projectexplorer \
locator \
texteditor \
coreplugin \
vcsbase \
......
......@@ -6,5 +6,4 @@ QTC_LIB_DEPENDS += \
QTC_PLUGIN_DEPENDS += \
coreplugin \
texteditor \
projectexplorer \
cpptools
QTC_PLUGIN_NAME = Madde
QTC_PLUGIN_DEPENDS += \
coreplugin \
debugger \
projectexplorer \
qt4projectmanager \
qtsupport \
remotelinux
......@@ -2,7 +2,7 @@ QTC_PLUGIN_NAME = Mercurial
QTC_LIB_DEPENDS += \
utils
QTC_PLUGIN_DEPENDS += \
projectexplorer \
locator \
texteditor \
coreplugin \
vcsbase
......@@ -2,7 +2,7 @@ QTC_PLUGIN_NAME = Perforce
QTC_LIB_DEPENDS += \
utils
QTC_PLUGIN_DEPENDS += \
projectexplorer \
locator \
texteditor \
coreplugin \
vcsbase
......@@ -2,6 +2,5 @@ QTC_PLUGIN_NAME = PythonEditor
QTC_PLUGIN_DEPENDS += \
coreplugin \
texteditor \
cpptools \
qtsupport \
projectexplorer
QTC_PLUGIN_NAME = QbsProjectManager
QTC_PLUGIN_DEPENDS += \
coreplugin \
projectexplorer \
cpptools \
texteditor \
qtsupport \
qmljstools
......@@ -7,8 +7,7 @@ QTC_PLUGIN_DEPENDS += \
coreplugin \
texteditor \
qmljseditor \
qt4projectmanager \
qmlprojectmanager \
qtsupport \
projectexplorer
INCLUDEPATH *= \
$$PWD/../../../share/qtcreator/qml/qmlpuppet/interfaces \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment