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 += \
|
QTC_PLUGIN_DEPENDS += \
|
||||||
coreplugin \
|
coreplugin \
|
||||||
projectexplorer \
|
projectexplorer \
|
||||||
|
texteditor \
|
||||||
cpptools
|
cpptools
|
||||||
|
@@ -4,4 +4,6 @@ QTC_PLUGIN_DEPENDS += \
|
|||||||
debugger \
|
debugger \
|
||||||
projectexplorer \
|
projectexplorer \
|
||||||
qt4projectmanager \
|
qt4projectmanager \
|
||||||
|
qtsupport \
|
||||||
|
texteditor \
|
||||||
analyzerbase
|
analyzerbase
|
||||||
|
@@ -2,5 +2,4 @@ QTC_PLUGIN_NAME = AutotoolsProjectManager
|
|||||||
QTC_PLUGIN_DEPENDS += \
|
QTC_PLUGIN_DEPENDS += \
|
||||||
projectexplorer \
|
projectexplorer \
|
||||||
coreplugin \
|
coreplugin \
|
||||||
cpptools \
|
cpptools
|
||||||
qtsupport
|
|
||||||
|
@@ -2,7 +2,7 @@ QTC_PLUGIN_NAME = Bazaar
|
|||||||
QTC_LIB_DEPENDS += \
|
QTC_LIB_DEPENDS += \
|
||||||
utils
|
utils
|
||||||
QTC_PLUGIN_DEPENDS += \
|
QTC_PLUGIN_DEPENDS += \
|
||||||
projectexplorer \
|
locator \
|
||||||
texteditor \
|
texteditor \
|
||||||
coreplugin \
|
coreplugin \
|
||||||
vcsbase
|
vcsbase
|
||||||
|
@@ -2,5 +2,6 @@ QTC_PLUGIN_NAME = BinEditor
|
|||||||
QTC_LIB_DEPENDS += \
|
QTC_LIB_DEPENDS += \
|
||||||
utils
|
utils
|
||||||
QTC_PLUGIN_DEPENDS += \
|
QTC_PLUGIN_DEPENDS += \
|
||||||
|
find \
|
||||||
texteditor \
|
texteditor \
|
||||||
coreplugin
|
coreplugin
|
||||||
|
@@ -2,6 +2,7 @@ QTC_PLUGIN_NAME = ClearCase
|
|||||||
QTC_LIB_DEPENDS += \
|
QTC_LIB_DEPENDS += \
|
||||||
utils
|
utils
|
||||||
QTC_PLUGIN_DEPENDS += \
|
QTC_PLUGIN_DEPENDS += \
|
||||||
|
locator \
|
||||||
projectexplorer \
|
projectexplorer \
|
||||||
texteditor \
|
texteditor \
|
||||||
coreplugin \
|
coreplugin \
|
||||||
|
@@ -1,5 +1,7 @@
|
|||||||
QTC_PLUGIN_NAME = CMakeProjectManager
|
QTC_PLUGIN_NAME = CMakeProjectManager
|
||||||
QTC_PLUGIN_DEPENDS += \
|
QTC_PLUGIN_DEPENDS += \
|
||||||
|
coreplugin \
|
||||||
|
locator \
|
||||||
projectexplorer \
|
projectexplorer \
|
||||||
cpptools \
|
cpptools \
|
||||||
texteditor \
|
texteditor \
|
||||||
|
@@ -5,4 +5,5 @@ QTC_LIB_DEPENDS += \
|
|||||||
QTC_PLUGIN_DEPENDS += \
|
QTC_PLUGIN_DEPENDS += \
|
||||||
texteditor \
|
texteditor \
|
||||||
coreplugin \
|
coreplugin \
|
||||||
cpptools
|
cpptools \
|
||||||
|
projectexplorer
|
||||||
|
@@ -3,6 +3,7 @@ QTC_LIB_DEPENDS += \
|
|||||||
languageutils \
|
languageutils \
|
||||||
cplusplus
|
cplusplus
|
||||||
QTC_PLUGIN_DEPENDS += \
|
QTC_PLUGIN_DEPENDS += \
|
||||||
|
coreplugin \
|
||||||
projectexplorer \
|
projectexplorer \
|
||||||
texteditor \
|
texteditor \
|
||||||
locator \
|
locator \
|
||||||
|
@@ -2,7 +2,7 @@ QTC_PLUGIN_NAME = CVS
|
|||||||
QTC_LIB_DEPENDS += \
|
QTC_LIB_DEPENDS += \
|
||||||
utils
|
utils
|
||||||
QTC_PLUGIN_DEPENDS += \
|
QTC_PLUGIN_DEPENDS += \
|
||||||
projectexplorer \
|
locator \
|
||||||
texteditor \
|
texteditor \
|
||||||
coreplugin \
|
coreplugin \
|
||||||
vcsbase
|
vcsbase
|
||||||
|
@@ -4,5 +4,6 @@ QTC_LIB_DEPENDS += \
|
|||||||
utils
|
utils
|
||||||
QTC_PLUGIN_DEPENDS += \
|
QTC_PLUGIN_DEPENDS += \
|
||||||
cpptools \
|
cpptools \
|
||||||
|
projectexplorer \
|
||||||
texteditor \
|
texteditor \
|
||||||
coreplugin
|
coreplugin
|
||||||
|
@@ -1,5 +1,6 @@
|
|||||||
QTC_PLUGIN_NAME = GenericProjectManager
|
QTC_PLUGIN_NAME = GenericProjectManager
|
||||||
QTC_PLUGIN_DEPENDS += \
|
QTC_PLUGIN_DEPENDS += \
|
||||||
|
coreplugin \
|
||||||
projectexplorer \
|
projectexplorer \
|
||||||
cpptools \
|
cpptools \
|
||||||
texteditor \
|
texteditor \
|
||||||
|
@@ -2,7 +2,7 @@ QTC_PLUGIN_NAME = Git
|
|||||||
QTC_LIB_DEPENDS += \
|
QTC_LIB_DEPENDS += \
|
||||||
utils
|
utils
|
||||||
QTC_PLUGIN_DEPENDS += \
|
QTC_PLUGIN_DEPENDS += \
|
||||||
projectexplorer \
|
locator \
|
||||||
texteditor \
|
texteditor \
|
||||||
coreplugin \
|
coreplugin \
|
||||||
vcsbase \
|
vcsbase \
|
||||||
|
@@ -6,5 +6,4 @@ QTC_LIB_DEPENDS += \
|
|||||||
QTC_PLUGIN_DEPENDS += \
|
QTC_PLUGIN_DEPENDS += \
|
||||||
coreplugin \
|
coreplugin \
|
||||||
texteditor \
|
texteditor \
|
||||||
projectexplorer \
|
|
||||||
cpptools
|
cpptools
|
||||||
|
@@ -1,4 +1,8 @@
|
|||||||
QTC_PLUGIN_NAME = Madde
|
QTC_PLUGIN_NAME = Madde
|
||||||
QTC_PLUGIN_DEPENDS += \
|
QTC_PLUGIN_DEPENDS += \
|
||||||
|
coreplugin \
|
||||||
|
debugger \
|
||||||
|
projectexplorer \
|
||||||
qt4projectmanager \
|
qt4projectmanager \
|
||||||
|
qtsupport \
|
||||||
remotelinux
|
remotelinux
|
||||||
|
@@ -2,7 +2,7 @@ QTC_PLUGIN_NAME = Mercurial
|
|||||||
QTC_LIB_DEPENDS += \
|
QTC_LIB_DEPENDS += \
|
||||||
utils
|
utils
|
||||||
QTC_PLUGIN_DEPENDS += \
|
QTC_PLUGIN_DEPENDS += \
|
||||||
projectexplorer \
|
locator \
|
||||||
texteditor \
|
texteditor \
|
||||||
coreplugin \
|
coreplugin \
|
||||||
vcsbase
|
vcsbase
|
||||||
|
@@ -2,7 +2,7 @@ QTC_PLUGIN_NAME = Perforce
|
|||||||
QTC_LIB_DEPENDS += \
|
QTC_LIB_DEPENDS += \
|
||||||
utils
|
utils
|
||||||
QTC_PLUGIN_DEPENDS += \
|
QTC_PLUGIN_DEPENDS += \
|
||||||
projectexplorer \
|
locator \
|
||||||
texteditor \
|
texteditor \
|
||||||
coreplugin \
|
coreplugin \
|
||||||
vcsbase
|
vcsbase
|
||||||
|
@@ -2,6 +2,5 @@ QTC_PLUGIN_NAME = PythonEditor
|
|||||||
QTC_PLUGIN_DEPENDS += \
|
QTC_PLUGIN_DEPENDS += \
|
||||||
coreplugin \
|
coreplugin \
|
||||||
texteditor \
|
texteditor \
|
||||||
cpptools \
|
|
||||||
qtsupport \
|
qtsupport \
|
||||||
projectexplorer
|
projectexplorer
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
QTC_PLUGIN_NAME = QbsProjectManager
|
QTC_PLUGIN_NAME = QbsProjectManager
|
||||||
QTC_PLUGIN_DEPENDS += \
|
QTC_PLUGIN_DEPENDS += \
|
||||||
|
coreplugin \
|
||||||
projectexplorer \
|
projectexplorer \
|
||||||
cpptools \
|
cpptools \
|
||||||
texteditor \
|
|
||||||
qtsupport \
|
qtsupport \
|
||||||
qmljstools
|
qmljstools
|
||||||
|
@@ -7,8 +7,7 @@ QTC_PLUGIN_DEPENDS += \
|
|||||||
coreplugin \
|
coreplugin \
|
||||||
texteditor \
|
texteditor \
|
||||||
qmljseditor \
|
qmljseditor \
|
||||||
qt4projectmanager \
|
qtsupport \
|
||||||
qmlprojectmanager \
|
|
||||||
projectexplorer
|
projectexplorer
|
||||||
INCLUDEPATH *= \
|
INCLUDEPATH *= \
|
||||||
$$PWD/../../../share/qtcreator/qml/qmlpuppet/interfaces \
|
$$PWD/../../../share/qtcreator/qml/qmlpuppet/interfaces \
|
||||||
|
@@ -4,6 +4,7 @@ QTC_LIB_DEPENDS += \
|
|||||||
qmleditorwidgets
|
qmleditorwidgets
|
||||||
QTC_PLUGIN_DEPENDS += \
|
QTC_PLUGIN_DEPENDS += \
|
||||||
coreplugin \
|
coreplugin \
|
||||||
|
find \
|
||||||
texteditor \
|
texteditor \
|
||||||
projectexplorer \
|
projectexplorer \
|
||||||
qmljstools
|
qmljstools
|
||||||
|
@@ -4,6 +4,9 @@ QTC_LIB_DEPENDS += \
|
|||||||
cplusplus \
|
cplusplus \
|
||||||
qmljs
|
qmljs
|
||||||
QTC_PLUGIN_DEPENDS += \
|
QTC_PLUGIN_DEPENDS += \
|
||||||
|
coreplugin \
|
||||||
|
find \
|
||||||
|
locator \
|
||||||
projectexplorer \
|
projectexplorer \
|
||||||
qtsupport \
|
qtsupport \
|
||||||
texteditor \
|
texteditor \
|
||||||
|
@@ -3,8 +3,11 @@ QTC_LIB_DEPENDS += \
|
|||||||
qmldebug \
|
qmldebug \
|
||||||
extensionsystem
|
extensionsystem
|
||||||
QTC_PLUGIN_DEPENDS += \
|
QTC_PLUGIN_DEPENDS += \
|
||||||
coreplugin \
|
|
||||||
analyzerbase \
|
analyzerbase \
|
||||||
|
coreplugin \
|
||||||
|
debugger \
|
||||||
|
projectexplorer \
|
||||||
qmlprojectmanager \
|
qmlprojectmanager \
|
||||||
qt4projectmanager \
|
qmljstools \
|
||||||
qmljstools
|
qtsupport \
|
||||||
|
texteditor
|
||||||
|
@@ -1,8 +1,7 @@
|
|||||||
QTC_PLUGIN_NAME = QmlProjectManager
|
QTC_PLUGIN_NAME = QmlProjectManager
|
||||||
QTC_PLUGIN_DEPENDS += \
|
QTC_PLUGIN_DEPENDS += \
|
||||||
|
coreplugin \
|
||||||
projectexplorer \
|
projectexplorer \
|
||||||
texteditor \
|
|
||||||
qmljseditor \
|
|
||||||
qmljstools \
|
qmljstools \
|
||||||
debugger \
|
debugger \
|
||||||
qtsupport
|
qtsupport
|
||||||
|
@@ -1,6 +1,9 @@
|
|||||||
QTC_PLUGIN_NAME = Qnx
|
QTC_PLUGIN_NAME = Qnx
|
||||||
QTC_PLUGIN_DEPENDS += \
|
QTC_PLUGIN_DEPENDS += \
|
||||||
coreplugin \
|
coreplugin \
|
||||||
|
debugger \
|
||||||
|
projectexplorer \
|
||||||
qt4projectmanager \
|
qt4projectmanager \
|
||||||
|
qtsupport \
|
||||||
remotelinux \
|
remotelinux \
|
||||||
texteditor
|
texteditor
|
||||||
|
@@ -2,10 +2,11 @@ QTC_PLUGIN_NAME = Qt4ProjectManager
|
|||||||
QTC_LIB_DEPENDS += \
|
QTC_LIB_DEPENDS += \
|
||||||
qmljs
|
qmljs
|
||||||
QTC_PLUGIN_DEPENDS += \
|
QTC_PLUGIN_DEPENDS += \
|
||||||
|
coreplugin \
|
||||||
projectexplorer \
|
projectexplorer \
|
||||||
qtsupport \
|
qtsupport \
|
||||||
|
texteditor \
|
||||||
cpptools \
|
cpptools \
|
||||||
debugger \
|
|
||||||
qmljstools
|
qmljstools
|
||||||
QTC_PLUGIN_RECOMMENDS += \
|
QTC_PLUGIN_RECOMMENDS += \
|
||||||
designer
|
designer
|
||||||
|
@@ -3,7 +3,9 @@ QTC_LIB_DEPENDS += \
|
|||||||
qmljs \
|
qmljs \
|
||||||
utils
|
utils
|
||||||
QTC_PLUGIN_DEPENDS += \
|
QTC_PLUGIN_DEPENDS += \
|
||||||
projectexplorer
|
coreplugin \
|
||||||
|
projectexplorer \
|
||||||
|
texteditor
|
||||||
DEFINES *= \
|
DEFINES *= \
|
||||||
QMAKE_AS_LIBRARY \
|
QMAKE_AS_LIBRARY \
|
||||||
PROPARSER_THREAD_SAFE \
|
PROPARSER_THREAD_SAFE \
|
||||||
|
@@ -2,7 +2,7 @@ QTC_PLUGIN_NAME = Subversion
|
|||||||
QTC_LIB_DEPENDS += \
|
QTC_LIB_DEPENDS += \
|
||||||
utils
|
utils
|
||||||
QTC_PLUGIN_DEPENDS += \
|
QTC_PLUGIN_DEPENDS += \
|
||||||
projectexplorer \
|
locator \
|
||||||
texteditor \
|
texteditor \
|
||||||
coreplugin \
|
coreplugin \
|
||||||
vcsbase
|
vcsbase
|
||||||
|
@@ -4,5 +4,4 @@ QTC_LIB_DEPENDS += \
|
|||||||
QTC_PLUGIN_DEPENDS += \
|
QTC_PLUGIN_DEPENDS += \
|
||||||
coreplugin \
|
coreplugin \
|
||||||
projectexplorer \
|
projectexplorer \
|
||||||
texteditor \
|
|
||||||
cpptools
|
cpptools
|
||||||
|
@@ -5,5 +5,6 @@ QTC_LIB_DEPENDS += \
|
|||||||
QTC_PLUGIN_DEPENDS += \
|
QTC_PLUGIN_DEPENDS += \
|
||||||
analyzerbase \
|
analyzerbase \
|
||||||
coreplugin \
|
coreplugin \
|
||||||
|
projectexplorer \
|
||||||
texteditor \
|
texteditor \
|
||||||
remotelinux
|
remotelinux
|
||||||
|
Reference in New Issue
Block a user