Skip to content
Snippets Groups Projects
Commit 9f398ee1 authored by hjk's avatar hjk
Browse files

fakevim: remove dependencies on projectexplorer and cppeditor

parent 21df2cc8
No related merge requests found
......@@ -13,9 +13,7 @@ Alternatively, this plugin may be used under the terms of the GNU Lesser General
<description>VI-style keyboard navigation.</description>
<url>http://qt.nokia.com</url>
<dependencyList>
<dependency name=\"CppEditor\" version=\"$$QTCREATOR_VERSION\"/><!-- Plugin adds items to the editor's context menu -->
<dependency name=\"TextEditor\" version=\"$$QTCREATOR_VERSION\"/>
<dependency name=\"ProjectExplorer\" version=\"$$QTCREATOR_VERSION\"/>
<dependency name=\"Core\" version=\"$$QTCREATOR_VERSION\"/>
</dependencyList>
</plugin>
......@@ -155,9 +155,8 @@ plugin_debugger.depends += plugin_coreplugin
plugin_debugger.depends += plugin_cppeditor
plugin_fakevim.subdir = fakevim
plugin_fakevim.depends = plugin_projectexplorer
plugin_fakevim.depends += plugin_coreplugin
plugin_fakevim.depends += plugin_cppeditor
plugin_fakevim.depends = plugin_coreplugin
plugin_fakevim.depends += plugin_texteditor
plugin_qtestlib.subdir = qtestlib
plugin_qtestlib.depends = plugin_projectexplorer
......
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