diff options
author | hjk <qtc-committer@nokia.com> | 2011-01-06 14:57:21 +0100 |
---|---|---|
committer | hjk <qtc-committer@nokia.com> | 2011-01-06 16:47:26 +0100 |
commit | 2c26c6b1732e929e491e3e3d48f41764f2f33882 (patch) | |
tree | 69bf612a74af172cf9f75cf991e503e63865fc2d /src/plugins/debugger/Debugger.pluginspec.in | |
parent | 9f398ee1dfe33b6ee43d362143ea19f651eb906f (diff) | |
download | qt-creator-2c26c6b1732e929e491e3e3d48f41764f2f33882.tar.gz |
debugger: remove hard dependency on cppeditor
Diffstat (limited to 'src/plugins/debugger/Debugger.pluginspec.in')
-rw-r--r-- | src/plugins/debugger/Debugger.pluginspec.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/plugins/debugger/Debugger.pluginspec.in b/src/plugins/debugger/Debugger.pluginspec.in index 565da29a39..28099c5cb4 100644 --- a/src/plugins/debugger/Debugger.pluginspec.in +++ b/src/plugins/debugger/Debugger.pluginspec.in @@ -14,10 +14,11 @@ Alternatively, this plugin may be used under the terms of the GNU Lesser General <description>Debugger integration.</description> <url>http://qt.nokia.com</url> <dependencyList> - <dependency name=\"CppEditor\" version=\"$$QTCREATOR_VERSION\"/><!-- Debugger plugin adds items to the editor's context menu --> <dependency name=\"ProjectExplorer\" version=\"$$QTCREATOR_VERSION\"/> <dependency name=\"Core\" version=\"$$QTCREATOR_VERSION\"/> <dependency name=\"Find\" version=\"$$QTCREATOR_VERSION\"/> + <!-- Debugger plugin adds items to the editor's context menu --> + <dependency name=\"CppEditor\" version=\"$$QTCREATOR_VERSION\" type=\"soft\"/> </dependencyList> <argumentList> <argument name=\"-disable-cdb\">Disable Cdb debugger engine</argument> |