Fix dependency information according to output of dependency checker

Change-Id: Ic1259f04f4120b6e495ebb3672f7f360c71cba7f
Reviewed-by: Eike Ziller <eike.ziller@digia.com>
This commit is contained in:
Tobias Hunger
2013-05-21 16:04:57 +02:00
parent ec442f5504
commit 24ee641543
30 changed files with 45 additions and 22 deletions

View File

@@ -5,4 +5,5 @@ QTC_LIB_DEPENDS += \
QTC_PLUGIN_DEPENDS += \
coreplugin \
projectexplorer \
texteditor \
cpptools

View File

@@ -4,4 +4,6 @@ QTC_PLUGIN_DEPENDS += \
debugger \
projectexplorer \
qt4projectmanager \
qtsupport \
texteditor \
analyzerbase

View File

@@ -2,5 +2,4 @@ QTC_PLUGIN_NAME = AutotoolsProjectManager
QTC_PLUGIN_DEPENDS += \
projectexplorer \
coreplugin \
cpptools \
qtsupport
cpptools

View File

@@ -2,7 +2,7 @@ QTC_PLUGIN_NAME = Bazaar
QTC_LIB_DEPENDS += \
utils
QTC_PLUGIN_DEPENDS += \
projectexplorer \
locator \
texteditor \
coreplugin \
vcsbase

View File

@@ -2,5 +2,6 @@ QTC_PLUGIN_NAME = BinEditor
QTC_LIB_DEPENDS += \
utils
QTC_PLUGIN_DEPENDS += \
find \
texteditor \
coreplugin

View File

@@ -2,6 +2,7 @@ QTC_PLUGIN_NAME = ClearCase
QTC_LIB_DEPENDS += \
utils
QTC_PLUGIN_DEPENDS += \
locator \
projectexplorer \
texteditor \
coreplugin \

View File

@@ -1,5 +1,7 @@
QTC_PLUGIN_NAME = CMakeProjectManager
QTC_PLUGIN_DEPENDS += \
coreplugin \
locator \
projectexplorer \
cpptools \
texteditor \

View File

@@ -5,4 +5,5 @@ QTC_LIB_DEPENDS += \
QTC_PLUGIN_DEPENDS += \
texteditor \
coreplugin \
cpptools
cpptools \
projectexplorer

View File

@@ -3,6 +3,7 @@ QTC_LIB_DEPENDS += \
languageutils \
cplusplus
QTC_PLUGIN_DEPENDS += \
coreplugin \
projectexplorer \
texteditor \
locator \

View File

@@ -2,7 +2,7 @@ QTC_PLUGIN_NAME = CVS
QTC_LIB_DEPENDS += \
utils
QTC_PLUGIN_DEPENDS += \
projectexplorer \
locator \
texteditor \
coreplugin \
vcsbase

View File

@@ -4,5 +4,6 @@ QTC_LIB_DEPENDS += \
utils
QTC_PLUGIN_DEPENDS += \
cpptools \
projectexplorer \
texteditor \
coreplugin

View File

@@ -1,5 +1,6 @@
QTC_PLUGIN_NAME = GenericProjectManager
QTC_PLUGIN_DEPENDS += \
coreplugin \
projectexplorer \
cpptools \
texteditor \

View File

@@ -2,7 +2,7 @@ QTC_PLUGIN_NAME = Git
QTC_LIB_DEPENDS += \
utils
QTC_PLUGIN_DEPENDS += \
projectexplorer \
locator \
texteditor \
coreplugin \
vcsbase \

View File

@@ -6,5 +6,4 @@ QTC_LIB_DEPENDS += \
QTC_PLUGIN_DEPENDS += \
coreplugin \
texteditor \
projectexplorer \
cpptools

View File

@@ -1,4 +1,8 @@
QTC_PLUGIN_NAME = Madde
QTC_PLUGIN_DEPENDS += \
coreplugin \
debugger \
projectexplorer \
qt4projectmanager \
qtsupport \
remotelinux

View File

@@ -2,7 +2,7 @@ QTC_PLUGIN_NAME = Mercurial
QTC_LIB_DEPENDS += \
utils
QTC_PLUGIN_DEPENDS += \
projectexplorer \
locator \
texteditor \
coreplugin \
vcsbase

View File

@@ -2,7 +2,7 @@ QTC_PLUGIN_NAME = Perforce
QTC_LIB_DEPENDS += \
utils
QTC_PLUGIN_DEPENDS += \
projectexplorer \
locator \
texteditor \
coreplugin \
vcsbase

View File

@@ -2,6 +2,5 @@ QTC_PLUGIN_NAME = PythonEditor
QTC_PLUGIN_DEPENDS += \
coreplugin \
texteditor \
cpptools \
qtsupport \
projectexplorer

View File

@@ -1,7 +1,7 @@
QTC_PLUGIN_NAME = QbsProjectManager
QTC_PLUGIN_DEPENDS += \
coreplugin \
projectexplorer \
cpptools \
texteditor \
qtsupport \
qmljstools

View File

@@ -7,8 +7,7 @@ QTC_PLUGIN_DEPENDS += \
coreplugin \
texteditor \
qmljseditor \
qt4projectmanager \
qmlprojectmanager \
qtsupport \
projectexplorer
INCLUDEPATH *= \
$$PWD/../../../share/qtcreator/qml/qmlpuppet/interfaces \

View File

@@ -4,6 +4,7 @@ QTC_LIB_DEPENDS += \
qmleditorwidgets
QTC_PLUGIN_DEPENDS += \
coreplugin \
find \
texteditor \
projectexplorer \
qmljstools

View File

@@ -4,6 +4,9 @@ QTC_LIB_DEPENDS += \
cplusplus \
qmljs
QTC_PLUGIN_DEPENDS += \
coreplugin \
find \
locator \
projectexplorer \
qtsupport \
texteditor \

View File

@@ -3,8 +3,11 @@ QTC_LIB_DEPENDS += \
qmldebug \
extensionsystem
QTC_PLUGIN_DEPENDS += \
coreplugin \
analyzerbase \
coreplugin \
debugger \
projectexplorer \
qmlprojectmanager \
qt4projectmanager \
qmljstools
qmljstools \
qtsupport \
texteditor

View File

@@ -1,8 +1,7 @@
QTC_PLUGIN_NAME = QmlProjectManager
QTC_PLUGIN_DEPENDS += \
coreplugin \
projectexplorer \
texteditor \
qmljseditor \
qmljstools \
debugger \
qtsupport

View File

@@ -1,6 +1,9 @@
QTC_PLUGIN_NAME = Qnx
QTC_PLUGIN_DEPENDS += \
coreplugin \
debugger \
projectexplorer \
qt4projectmanager \
qtsupport \
remotelinux \
texteditor

View File

@@ -2,10 +2,11 @@ QTC_PLUGIN_NAME = Qt4ProjectManager
QTC_LIB_DEPENDS += \
qmljs
QTC_PLUGIN_DEPENDS += \
coreplugin \
projectexplorer \
qtsupport \
texteditor \
cpptools \
debugger \
qmljstools
QTC_PLUGIN_RECOMMENDS += \
designer

View File

@@ -3,7 +3,9 @@ QTC_LIB_DEPENDS += \
qmljs \
utils
QTC_PLUGIN_DEPENDS += \
projectexplorer
coreplugin \
projectexplorer \
texteditor
DEFINES *= \
QMAKE_AS_LIBRARY \
PROPARSER_THREAD_SAFE \

View File

@@ -2,7 +2,7 @@ QTC_PLUGIN_NAME = Subversion
QTC_LIB_DEPENDS += \
utils
QTC_PLUGIN_DEPENDS += \
projectexplorer \
locator \
texteditor \
coreplugin \
vcsbase

View File

@@ -4,5 +4,4 @@ QTC_LIB_DEPENDS += \
QTC_PLUGIN_DEPENDS += \
coreplugin \
projectexplorer \
texteditor \
cpptools

View File

@@ -5,5 +5,6 @@ QTC_LIB_DEPENDS += \
QTC_PLUGIN_DEPENDS += \
analyzerbase \
coreplugin \
projectexplorer \
texteditor \
remotelinux