forked from qt-creator/qt-creator
Version update to match the planned version naming.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
<plugin name="Debugger" version="2.0.80" compatVersion="2.0.80">
|
||||
<plugin name="Debugger" version="2.1.80" compatVersion="2.1.80">
|
||||
<vendor>Nokia Corporation</vendor>
|
||||
<copyright>(C) 2010 Nokia Corporation</copyright>
|
||||
<license>
|
||||
@@ -14,10 +14,10 @@ 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="2.0.80"/><!-- Debugger plugin adds items to the editor's context menu -->
|
||||
<dependency name="ProjectExplorer" version="2.0.80"/>
|
||||
<dependency name="Core" version="2.0.80"/>
|
||||
<dependency name="Find" version="2.0.80"/>
|
||||
<dependency name="CppEditor" version="2.1.80"/><!-- Debugger plugin adds items to the editor's context menu -->
|
||||
<dependency name="ProjectExplorer" version="2.1.80"/>
|
||||
<dependency name="Core" version="2.1.80"/>
|
||||
<dependency name="Find" version="2.1.80"/>
|
||||
</dependencyList>
|
||||
<argumentList>
|
||||
<argument name="-disable-cdb">Disable Cdb debugger engine</argument>
|
||||
|
||||
Reference in New Issue
Block a user