Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Marco Bubke
flatpak-qt-creator
Commits
9f398ee1
Commit
9f398ee1
authored
Jan 06, 2011
by
hjk
Browse files
fakevim: remove dependencies on projectexplorer and cppeditor
parent
21df2cc8
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/plugins/fakevim/FakeVim.pluginspec.in
View file @
9f398ee1
...
...
@@ -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>
src/plugins/plugins.pro
View file @
9f398ee1
...
...
@@ -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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment