forked from qt-creator/qt-creator
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:
@@ -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 \
|
||||
|
@@ -1,5 +1,7 @@
|
||||
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
|
||||
|
@@ -1,5 +1,6 @@
|
||||
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
|
||||
|
@@ -1,4 +1,8 @@
|
||||
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
|
||||
|
@@ -1,7 +1,7 @@
|
||||
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 \
|
||||
|
@@ -4,6 +4,7 @@ QTC_LIB_DEPENDS += \
|
||||
qmleditorwidgets
|
||||
QTC_PLUGIN_DEPENDS += \
|
||||
coreplugin \
|
||||
find \
|
||||
texteditor \
|
||||
projectexplorer \
|
||||
qmljstools
|
||||
|
@@ -4,6 +4,9 @@ QTC_LIB_DEPENDS += \
|
||||
cplusplus \
|
||||
qmljs
|
||||
QTC_PLUGIN_DEPENDS += \
|
||||
coreplugin \
|
||||
find \
|
||||
locator \
|
||||
projectexplorer \
|
||||
qtsupport \
|
||||
texteditor \
|
||||
|
@@ -3,8 +3,11 @@ QTC_LIB_DEPENDS += \
|
||||
qmldebug \
|
||||
extensionsystem
|
||||
QTC_PLUGIN_DEPENDS += \
|
||||
coreplugin \
|
||||
analyzerbase \
|
||||
coreplugin \
|
||||
debugger \
|
||||
projectexplorer \
|
||||
qmlprojectmanager \
|
||||
qt4projectmanager \
|
||||
qmljstools
|
||||
qmljstools \
|
||||
qtsupport \
|
||||
texteditor
|
||||
|
@@ -1,8 +1,7 @@
|
||||
QTC_PLUGIN_NAME = QmlProjectManager
|
||||
QTC_PLUGIN_DEPENDS += \
|
||||
coreplugin \
|
||||
projectexplorer \
|
||||
texteditor \
|
||||
qmljseditor \
|
||||
qmljstools \
|
||||
debugger \
|
||||
qtsupport
|
||||
|
@@ -1,6 +1,9 @@
|
||||
QTC_PLUGIN_NAME = Qnx
|
||||
QTC_PLUGIN_DEPENDS += \
|
||||
coreplugin \
|
||||
debugger \
|
||||
projectexplorer \
|
||||
qt4projectmanager \
|
||||
qtsupport \
|
||||
remotelinux \
|
||||
texteditor
|
||||
|
@@ -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
|
||||
|
@@ -3,7 +3,9 @@ QTC_LIB_DEPENDS += \
|
||||
qmljs \
|
||||
utils
|
||||
QTC_PLUGIN_DEPENDS += \
|
||||
projectexplorer
|
||||
coreplugin \
|
||||
projectexplorer \
|
||||
texteditor
|
||||
DEFINES *= \
|
||||
QMAKE_AS_LIBRARY \
|
||||
PROPARSER_THREAD_SAFE \
|
||||
|
@@ -2,7 +2,7 @@ QTC_PLUGIN_NAME = Subversion
|
||||
QTC_LIB_DEPENDS += \
|
||||
utils
|
||||
QTC_PLUGIN_DEPENDS += \
|
||||
projectexplorer \
|
||||
locator \
|
||||
texteditor \
|
||||
coreplugin \
|
||||
vcsbase
|
||||
|
@@ -4,5 +4,4 @@ QTC_LIB_DEPENDS += \
|
||||
QTC_PLUGIN_DEPENDS += \
|
||||
coreplugin \
|
||||
projectexplorer \
|
||||
texteditor \
|
||||
cpptools
|
||||
|
@@ -5,5 +5,6 @@ QTC_LIB_DEPENDS += \
|
||||
QTC_PLUGIN_DEPENDS += \
|
||||
analyzerbase \
|
||||
coreplugin \
|
||||
projectexplorer \
|
||||
texteditor \
|
||||
remotelinux
|
||||
|
Reference in New Issue
Block a user