summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorkh1 <qt-info@nokia.com>2010-03-31 14:36:20 +0200
committerkh1 <qt-info@nokia.com>2010-03-31 14:36:20 +0200
commit38151c29795a2dfe0c93b76cfb098b9914c55eb9 (patch)
treee1d67107527d43a10decdf41b6cce88cb90d1e7f /src
parenta8f43d8f7d197c59030419cf016955cbf39a4b0e (diff)
downloadqt-creator-38151c29795a2dfe0c93b76cfb098b9914c55eb9.tar.gz
Remove help dependency from qmljseditor.
Should have been part of 9aaf2ec84ca2515f499543b150aff3f552b773ab Reviewed-by: dt Reviewed: erikv, con
Diffstat (limited to 'src')
-rw-r--r--src/plugins/plugins.pro2
-rw-r--r--src/plugins/qmljseditor/QmlJSEditor.pluginspec1
-rw-r--r--src/plugins/qmljseditor/qmljseditor_dependencies.pri1
-rw-r--r--src/plugins/qmlprojectmanager/QmlProjectManager.pluginspec1
4 files changed, 0 insertions, 5 deletions
diff --git a/src/plugins/plugins.pro b/src/plugins/plugins.pro
index 2d31d3035f..87bde713e4 100644
--- a/src/plugins/plugins.pro
+++ b/src/plugins/plugins.pro
@@ -188,7 +188,6 @@ plugin_qmljseditor.depends += plugin_coreplugin
plugin_qmlprojectmanager.subdir = qmlprojectmanager
plugin_qmlprojectmanager.depends = plugin_texteditor
plugin_qmlprojectmanager.depends += plugin_projectexplorer
-plugin_qmlprojectmanager.depends += plugin_help
plugin_qmlprojectmanager.depends += plugin_qmljseditor
plugin_qmlprojectmanager.depends += plugin_debugger
@@ -203,7 +202,6 @@ plugin_qmlinspector.depends += plugin_cppeditor
plugin_qmlinspector.depends += plugin_qmlprojectmanager
plugin_qmlinspector.depends += plugin_debugger
plugin_qmlinspector.depends += plugin_cpptools
-plugin_qmlinspector.depends += plugin_help
plugin_mercurial.subdir = mercurial
plugin_mercurial.depends = plugin_texteditor
diff --git a/src/plugins/qmljseditor/QmlJSEditor.pluginspec b/src/plugins/qmljseditor/QmlJSEditor.pluginspec
index 559bb0eba9..66587a2dfa 100644
--- a/src/plugins/qmljseditor/QmlJSEditor.pluginspec
+++ b/src/plugins/qmljseditor/QmlJSEditor.pluginspec
@@ -16,6 +16,5 @@ Alternatively, this plugin may be used under the terms of the GNU Lesser General
<dependencyList>
<dependency name="Core" version="1.3.82"/>
<dependency name="TextEditor" version="1.3.82"/>
- <dependency name="Help" version="1.3.82"/>
</dependencyList>
</plugin>
diff --git a/src/plugins/qmljseditor/qmljseditor_dependencies.pri b/src/plugins/qmljseditor/qmljseditor_dependencies.pri
index 0e3c0a210b..987e47a74d 100644
--- a/src/plugins/qmljseditor/qmljseditor_dependencies.pri
+++ b/src/plugins/qmljseditor/qmljseditor_dependencies.pri
@@ -1,6 +1,5 @@
include(../../plugins/coreplugin/coreplugin.pri)
include(../../plugins/texteditor/texteditor.pri)
-include(../../plugins/help/help.pri)
include(../../shared/indenter/indenter.pri)
include(../../libs/qmljs/qmljs.pri)
include(../../libs/utils/utils.pri)
diff --git a/src/plugins/qmlprojectmanager/QmlProjectManager.pluginspec b/src/plugins/qmlprojectmanager/QmlProjectManager.pluginspec
index cb36d169b7..620fd7ccda 100644
--- a/src/plugins/qmlprojectmanager/QmlProjectManager.pluginspec
+++ b/src/plugins/qmlprojectmanager/QmlProjectManager.pluginspec
@@ -17,7 +17,6 @@ Alternatively, this plugin may be used under the terms of the GNU Lesser General
<dependency name="ProjectExplorer" version="1.3.82"/>
<dependency name="TextEditor" version="1.3.82"/>
<dependency name="QmlJSEditor" version="1.3.82"/>
- <dependency name="Help" version="1.3.82"/>
<dependency name="Debugger" version="1.3.82" />
</dependencyList>
</plugin>