forked from qt-creator/qt-creator
Changed URL to qt-project.org in pluginspecs.
Also, it's 2012 now. Change-Id: I69a8d1d77658b2bb2cb547362d5e3163385cab3b Reviewed-by: Eike Ziller <eike.ziller@nokia.com>
This commit is contained in:
committed by
Eike Ziller
parent
bf980649d2
commit
16cf161d82
@@ -1,6 +1,6 @@
|
|||||||
<plugin name=\"AnalyzerBase\" version=\"$$QTCREATOR_VERSION\" compatVersion=\"$$QTCREATOR_VERSION\">
|
<plugin name=\"AnalyzerBase\" version=\"$$QTCREATOR_VERSION\" compatVersion=\"$$QTCREATOR_VERSION\">
|
||||||
<vendor>Nokia Corporation</vendor>
|
<vendor>Nokia Corporation</vendor>
|
||||||
<copyright>(C) 2011 Nokia Corporation</copyright>
|
<copyright>(C) 2012 Nokia Corporation</copyright>
|
||||||
<license>
|
<license>
|
||||||
Commercial Usage
|
Commercial Usage
|
||||||
|
|
||||||
@@ -12,7 +12,7 @@ Alternatively, this plugin may be used under the terms of the GNU Lesser General
|
|||||||
</license>
|
</license>
|
||||||
<category>Code Analyzer</category>
|
<category>Code Analyzer</category>
|
||||||
<description>Code Analyzer Base Plugin</description>
|
<description>Code Analyzer Base Plugin</description>
|
||||||
<url>http://qt.nokia.com</url>
|
<url>http://www.qt-project.org</url>
|
||||||
<dependencyList>
|
<dependencyList>
|
||||||
<dependency name=\"Core\" version=\"$$QTCREATOR_VERSION\"/>
|
<dependency name=\"Core\" version=\"$$QTCREATOR_VERSION\"/>
|
||||||
<dependency name=\"ProjectExplorer\" version=\"$$QTCREATOR_VERSION\"/>
|
<dependency name=\"ProjectExplorer\" version=\"$$QTCREATOR_VERSION\"/>
|
||||||
|
@@ -14,7 +14,7 @@
|
|||||||
version 1.1, included in the file LGPL_EXCEPTION.txt in this package.</license>
|
version 1.1, included in the file LGPL_EXCEPTION.txt in this package.</license>
|
||||||
<category>Build Systems</category>
|
<category>Build Systems</category>
|
||||||
<description>Autotools project integration.</description>
|
<description>Autotools project integration.</description>
|
||||||
<url>http://qt.nokia.com</url>
|
<url>http://www.qt-project.org</url>
|
||||||
<dependencyList>
|
<dependencyList>
|
||||||
<dependency name=\"Core\" version=\"$$QTCREATOR_VERSION\"/>
|
<dependency name=\"Core\" version=\"$$QTCREATOR_VERSION\"/>
|
||||||
<dependency name=\"ProjectExplorer\" version=\"$$QTCREATOR_VERSION\"/>
|
<dependency name=\"ProjectExplorer\" version=\"$$QTCREATOR_VERSION\"/>
|
||||||
|
@@ -12,7 +12,7 @@ Alternatively, this plugin may be used under the terms of the GNU Lesser General
|
|||||||
</license>
|
</license>
|
||||||
<category>Version Control</category>
|
<category>Version Control</category>
|
||||||
<description>Bazaar integration.</description>
|
<description>Bazaar integration.</description>
|
||||||
<url>http://qt.nokia.com</url>
|
<url>http://www.qt-project.org</url>
|
||||||
<dependencyList>
|
<dependencyList>
|
||||||
<dependency name=\"TextEditor\" version=\"$$QTCREATOR_VERSION\"/>
|
<dependency name=\"TextEditor\" version=\"$$QTCREATOR_VERSION\"/>
|
||||||
<dependency name=\"ProjectExplorer\" version=\"$$QTCREATOR_VERSION\"/>
|
<dependency name=\"ProjectExplorer\" version=\"$$QTCREATOR_VERSION\"/>
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
<plugin name=\"BinEditor\" version=\"$$QTCREATOR_VERSION\" compatVersion=\"$$QTCREATOR_VERSION\">
|
<plugin name=\"BinEditor\" version=\"$$QTCREATOR_VERSION\" compatVersion=\"$$QTCREATOR_VERSION\">
|
||||||
<vendor>Nokia Corporation</vendor>
|
<vendor>Nokia Corporation</vendor>
|
||||||
<copyright>(C) 2011 Nokia Corporation</copyright>
|
<copyright>(C) 2012 Nokia Corporation</copyright>
|
||||||
<license>
|
<license>
|
||||||
Commercial Usage
|
Commercial Usage
|
||||||
|
|
||||||
@@ -12,7 +12,7 @@ Alternatively, this plugin may be used under the terms of the GNU Lesser General
|
|||||||
</license>
|
</license>
|
||||||
<category>Qt Creator</category>
|
<category>Qt Creator</category>
|
||||||
<description>Binary editor component.</description>
|
<description>Binary editor component.</description>
|
||||||
<url>http://qt.nokia.com</url>
|
<url>http://www.qt-project.org</url>
|
||||||
<dependencyList>
|
<dependencyList>
|
||||||
<dependency name=\"Core\" version=\"$$QTCREATOR_VERSION\"/>
|
<dependency name=\"Core\" version=\"$$QTCREATOR_VERSION\"/>
|
||||||
<dependency name=\"TextEditor\" version=\"$$QTCREATOR_VERSION\"/>
|
<dependency name=\"TextEditor\" version=\"$$QTCREATOR_VERSION\"/>
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
<plugin name=\"Bookmarks\" version=\"$$QTCREATOR_VERSION\" compatVersion=\"$$QTCREATOR_VERSION\">
|
<plugin name=\"Bookmarks\" version=\"$$QTCREATOR_VERSION\" compatVersion=\"$$QTCREATOR_VERSION\">
|
||||||
<vendor>Nokia Corporation</vendor>
|
<vendor>Nokia Corporation</vendor>
|
||||||
<copyright>(C) 2011 Nokia Corporation</copyright>
|
<copyright>(C) 2012 Nokia Corporation</copyright>
|
||||||
<license>
|
<license>
|
||||||
Commercial Usage
|
Commercial Usage
|
||||||
|
|
||||||
@@ -12,7 +12,7 @@ Alternatively, this plugin may be used under the terms of the GNU Lesser General
|
|||||||
</license>
|
</license>
|
||||||
<category>Qt Creator</category>
|
<category>Qt Creator</category>
|
||||||
<description>Bookmarks in text editors.</description>
|
<description>Bookmarks in text editors.</description>
|
||||||
<url>http://qt.nokia.com</url>
|
<url>http://www.qt-project.org</url>
|
||||||
<dependencyList>
|
<dependencyList>
|
||||||
<dependency name=\"TextEditor\" version=\"$$QTCREATOR_VERSION\"/>
|
<dependency name=\"TextEditor\" version=\"$$QTCREATOR_VERSION\"/>
|
||||||
<dependency name=\"ProjectExplorer\" version=\"$$QTCREATOR_VERSION\"/>
|
<dependency name=\"ProjectExplorer\" version=\"$$QTCREATOR_VERSION\"/>
|
||||||
|
@@ -12,7 +12,7 @@ Alternatively, this plugin may be used under the terms of the GNU Lesser General
|
|||||||
</license>
|
</license>
|
||||||
<category>C++</category>
|
<category>C++</category>
|
||||||
<description>Class View component.</description>
|
<description>Class View component.</description>
|
||||||
<url>http://qt.nokia.com</url>
|
<url>http://www.qt-project.org</url>
|
||||||
<dependencyList>
|
<dependencyList>
|
||||||
<dependency name=\"Core\" version=\"$$QTCREATOR_VERSION\"/>
|
<dependency name=\"Core\" version=\"$$QTCREATOR_VERSION\"/>
|
||||||
<dependency name=\"CppTools\" version=\"$$QTCREATOR_VERSION\"/>
|
<dependency name=\"CppTools\" version=\"$$QTCREATOR_VERSION\"/>
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
<plugin name=\"CMakeProjectManager\" version=\"$$QTCREATOR_VERSION\" compatVersion=\"$$QTCREATOR_VERSION\">
|
<plugin name=\"CMakeProjectManager\" version=\"$$QTCREATOR_VERSION\" compatVersion=\"$$QTCREATOR_VERSION\">
|
||||||
<vendor>Nokia Corporation</vendor>
|
<vendor>Nokia Corporation</vendor>
|
||||||
<copyright>(C) 2011 Nokia Corporation</copyright>
|
<copyright>(C) 2012 Nokia Corporation</copyright>
|
||||||
<license>
|
<license>
|
||||||
Commercial Usage
|
Commercial Usage
|
||||||
|
|
||||||
@@ -12,7 +12,7 @@ Alternatively, this plugin may be used under the terms of the GNU Lesser General
|
|||||||
</license>
|
</license>
|
||||||
<category>Build Systems</category>
|
<category>Build Systems</category>
|
||||||
<description>CMake support</description>
|
<description>CMake support</description>
|
||||||
<url>http://qt.nokia.com</url>
|
<url>http://www.qt-project.org</url>
|
||||||
<dependencyList>
|
<dependencyList>
|
||||||
<dependency name=\"TextEditor\" version=\"$$QTCREATOR_VERSION\"/>
|
<dependency name=\"TextEditor\" version=\"$$QTCREATOR_VERSION\"/>
|
||||||
<dependency name=\"ProjectExplorer\" version=\"$$QTCREATOR_VERSION\"/>
|
<dependency name=\"ProjectExplorer\" version=\"$$QTCREATOR_VERSION\"/>
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
<plugin name=\"Core\" version=\"$$QTCREATOR_VERSION\" compatVersion=\"$$QTCREATOR_VERSION\">
|
<plugin name=\"Core\" version=\"$$QTCREATOR_VERSION\" compatVersion=\"$$QTCREATOR_VERSION\">
|
||||||
<vendor>Nokia Corporation</vendor>
|
<vendor>Nokia Corporation</vendor>
|
||||||
<copyright>(C) 2011 Nokia Corporation</copyright>
|
<copyright>(C) 2012 Nokia Corporation</copyright>
|
||||||
<license>
|
<license>
|
||||||
Commercial Usage
|
Commercial Usage
|
||||||
|
|
||||||
@@ -12,7 +12,7 @@ Alternatively, this plugin may be used under the terms of the GNU Lesser General
|
|||||||
</license>
|
</license>
|
||||||
<category>Qt Creator</category>
|
<category>Qt Creator</category>
|
||||||
<description>The core plugin for the Qt IDE.</description>
|
<description>The core plugin for the Qt IDE.</description>
|
||||||
<url>http://qt.nokia.com</url>
|
<url>http://www.qt-project.org</url>
|
||||||
<argumentList>
|
<argumentList>
|
||||||
<argument name=\"-color\" parameter=\"color\">Override selected UI color</argument>
|
<argument name=\"-color\" parameter=\"color\">Override selected UI color</argument>
|
||||||
<argument name=\"-presentationMode\">Enable presentation mode with pop-ups for key combos</argument>
|
<argument name=\"-presentationMode\">Enable presentation mode with pop-ups for key combos</argument>
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
<plugin name=\"CodePaster\" version=\"$$QTCREATOR_VERSION\" compatVersion=\"$$QTCREATOR_VERSION\">
|
<plugin name=\"CodePaster\" version=\"$$QTCREATOR_VERSION\" compatVersion=\"$$QTCREATOR_VERSION\">
|
||||||
<vendor>Nokia Corporation</vendor>
|
<vendor>Nokia Corporation</vendor>
|
||||||
<copyright>(C) 2011 Nokia Corporation</copyright>
|
<copyright>(C) 2012 Nokia Corporation</copyright>
|
||||||
<license>
|
<license>
|
||||||
Commercial Usage
|
Commercial Usage
|
||||||
|
|
||||||
@@ -11,7 +11,7 @@ GNU Lesser General Public License Usage
|
|||||||
Alternatively, this plugin may be used under the terms of the GNU Lesser General Public License version 2.1 as published by the Free Software Foundation. Please review the following information to ensure the GNU Lesser General Public License version 2.1 requirements will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.
|
Alternatively, this plugin may be used under the terms of the GNU Lesser General Public License version 2.1 as published by the Free Software Foundation. Please review the following information to ensure the GNU Lesser General Public License version 2.1 requirements will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.
|
||||||
</license>
|
</license>
|
||||||
<description>Codepaster plugin for pushing/fetching diff from server</description>
|
<description>Codepaster plugin for pushing/fetching diff from server</description>
|
||||||
<url>http://qt.nokia.com</url>
|
<url>http://www.qt-project.org</url>
|
||||||
<dependencyList>
|
<dependencyList>
|
||||||
<dependency name=\"TextEditor\" version=\"$$QTCREATOR_VERSION\"/>
|
<dependency name=\"TextEditor\" version=\"$$QTCREATOR_VERSION\"/>
|
||||||
<dependency name=\"Core\" version=\"$$QTCREATOR_VERSION\"/>
|
<dependency name=\"Core\" version=\"$$QTCREATOR_VERSION\"/>
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
<plugin name=\"CppEditor\" version=\"$$QTCREATOR_VERSION\" compatVersion=\"$$QTCREATOR_VERSION\">
|
<plugin name=\"CppEditor\" version=\"$$QTCREATOR_VERSION\" compatVersion=\"$$QTCREATOR_VERSION\">
|
||||||
<vendor>Nokia Corporation</vendor>
|
<vendor>Nokia Corporation</vendor>
|
||||||
<copyright>(C) 2011 Nokia Corporation</copyright>
|
<copyright>(C) 2012 Nokia Corporation</copyright>
|
||||||
<license>
|
<license>
|
||||||
Commercial Usage
|
Commercial Usage
|
||||||
|
|
||||||
@@ -12,7 +12,7 @@ Alternatively, this plugin may be used under the terms of the GNU Lesser General
|
|||||||
</license>
|
</license>
|
||||||
<category>C++</category>
|
<category>C++</category>
|
||||||
<description>C/C++ editor component.</description>
|
<description>C/C++ editor component.</description>
|
||||||
<url>http://qt.nokia.com</url>
|
<url>http://www.qt-project.org</url>
|
||||||
<dependencyList>
|
<dependencyList>
|
||||||
<dependency name=\"Core\" version=\"$$QTCREATOR_VERSION\"/>
|
<dependency name=\"Core\" version=\"$$QTCREATOR_VERSION\"/>
|
||||||
<dependency name=\"TextEditor\" version=\"$$QTCREATOR_VERSION\"/>
|
<dependency name=\"TextEditor\" version=\"$$QTCREATOR_VERSION\"/>
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
<plugin name=\"CppTools\" version=\"$$QTCREATOR_VERSION\" compatVersion=\"$$QTCREATOR_VERSION\">
|
<plugin name=\"CppTools\" version=\"$$QTCREATOR_VERSION\" compatVersion=\"$$QTCREATOR_VERSION\">
|
||||||
<vendor>Nokia Corporation</vendor>
|
<vendor>Nokia Corporation</vendor>
|
||||||
<copyright>(C) 2011 Nokia Corporation</copyright>
|
<copyright>(C) 2012 Nokia Corporation</copyright>
|
||||||
<license>
|
<license>
|
||||||
Commercial Usage
|
Commercial Usage
|
||||||
|
|
||||||
@@ -12,7 +12,7 @@ Alternatively, this plugin may be used under the terms of the GNU Lesser General
|
|||||||
</license>
|
</license>
|
||||||
<category>C++</category>
|
<category>C++</category>
|
||||||
<description>Tools for analyzing C/C++ code.</description>
|
<description>Tools for analyzing C/C++ code.</description>
|
||||||
<url>http://qt.nokia.com</url>
|
<url>http://www.qt-project.org</url>
|
||||||
<dependencyList>
|
<dependencyList>
|
||||||
<dependency name=\"TextEditor\" version=\"$$QTCREATOR_VERSION\"/>
|
<dependency name=\"TextEditor\" version=\"$$QTCREATOR_VERSION\"/>
|
||||||
<dependency name=\"ProjectExplorer\" version=\"$$QTCREATOR_VERSION\"/>
|
<dependency name=\"ProjectExplorer\" version=\"$$QTCREATOR_VERSION\"/>
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
<plugin name=\"CVS\" version=\"$$QTCREATOR_VERSION\" compatVersion=\"$$QTCREATOR_VERSION\">
|
<plugin name=\"CVS\" version=\"$$QTCREATOR_VERSION\" compatVersion=\"$$QTCREATOR_VERSION\">
|
||||||
<vendor>Nokia Corporation</vendor>
|
<vendor>Nokia Corporation</vendor>
|
||||||
<copyright>(C) 2011 Nokia Corporation</copyright>
|
<copyright>(C) 2012 Nokia Corporation</copyright>
|
||||||
<license>
|
<license>
|
||||||
Commercial Usage
|
Commercial Usage
|
||||||
|
|
||||||
@@ -12,7 +12,7 @@ Alternatively, this plugin may be used under the terms of the GNU Lesser General
|
|||||||
</license>
|
</license>
|
||||||
<category>Version Control</category>
|
<category>Version Control</category>
|
||||||
<description>CVS integration.</description>
|
<description>CVS integration.</description>
|
||||||
<url>http://qt.nokia.com</url>
|
<url>http://www.qt-project.org</url>
|
||||||
<dependencyList>
|
<dependencyList>
|
||||||
<dependency name=\"TextEditor\" version=\"$$QTCREATOR_VERSION\"/>
|
<dependency name=\"TextEditor\" version=\"$$QTCREATOR_VERSION\"/>
|
||||||
<dependency name=\"ProjectExplorer\" version=\"$$QTCREATOR_VERSION\"/>
|
<dependency name=\"ProjectExplorer\" version=\"$$QTCREATOR_VERSION\"/>
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
<plugin name=\"Debugger\" version=\"$$QTCREATOR_VERSION\" compatVersion=\"$$QTCREATOR_VERSION\">
|
<plugin name=\"Debugger\" version=\"$$QTCREATOR_VERSION\" compatVersion=\"$$QTCREATOR_VERSION\">
|
||||||
<vendor>Nokia Corporation</vendor>
|
<vendor>Nokia Corporation</vendor>
|
||||||
<copyright>(C) 2011 Nokia Corporation</copyright>
|
<copyright>(C) 2012 Nokia Corporation</copyright>
|
||||||
<license>
|
<license>
|
||||||
Commercial Usage
|
Commercial Usage
|
||||||
|
|
||||||
@@ -12,7 +12,7 @@ Alternatively, this plugin may be used under the terms of the GNU Lesser General
|
|||||||
</license>
|
</license>
|
||||||
<category>Qt Creator</category>
|
<category>Qt Creator</category>
|
||||||
<description>Debugger integration.</description>
|
<description>Debugger integration.</description>
|
||||||
<url>http://qt.nokia.com</url>
|
<url>http://www.qt-project.org</url>
|
||||||
<dependencyList>
|
<dependencyList>
|
||||||
<dependency name=\"ProjectExplorer\" version=\"$$QTCREATOR_VERSION\"/>
|
<dependency name=\"ProjectExplorer\" version=\"$$QTCREATOR_VERSION\"/>
|
||||||
<dependency name=\"Core\" version=\"$$QTCREATOR_VERSION\"/>
|
<dependency name=\"Core\" version=\"$$QTCREATOR_VERSION\"/>
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
<plugin name=\"Designer\" version=\"$$QTCREATOR_VERSION\" compatVersion=\"$$QTCREATOR_VERSION\">
|
<plugin name=\"Designer\" version=\"$$QTCREATOR_VERSION\" compatVersion=\"$$QTCREATOR_VERSION\">
|
||||||
<vendor>Nokia Corporation</vendor>
|
<vendor>Nokia Corporation</vendor>
|
||||||
<copyright>(C) 2011 Nokia Corporation</copyright>
|
<copyright>(C) 2012 Nokia Corporation</copyright>
|
||||||
<license>
|
<license>
|
||||||
Commercial Usage
|
Commercial Usage
|
||||||
|
|
||||||
@@ -12,7 +12,7 @@ Alternatively, this plugin may be used under the terms of the GNU Lesser General
|
|||||||
</license>
|
</license>
|
||||||
<category>Qt Creator</category>
|
<category>Qt Creator</category>
|
||||||
<description>Qt Designer integration.</description>
|
<description>Qt Designer integration.</description>
|
||||||
<url>http://qt.nokia.com</url>
|
<url>http://www.qt-project.org</url>
|
||||||
<dependencyList>
|
<dependencyList>
|
||||||
<dependency name=\"Core\" version=\"$$QTCREATOR_VERSION\"/>
|
<dependency name=\"Core\" version=\"$$QTCREATOR_VERSION\"/>
|
||||||
<!-- For compiling with CPP support enabled -->
|
<!-- For compiling with CPP support enabled -->
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
<plugin name=\"FakeVim\" version=\"$$QTCREATOR_VERSION\" compatVersion=\"$$QTCREATOR_VERSION\">
|
<plugin name=\"FakeVim\" version=\"$$QTCREATOR_VERSION\" compatVersion=\"$$QTCREATOR_VERSION\">
|
||||||
<vendor>Nokia Corporation</vendor>
|
<vendor>Nokia Corporation</vendor>
|
||||||
<copyright>(C) 2011 Nokia Corporation</copyright>
|
<copyright>(C) 2012 Nokia Corporation</copyright>
|
||||||
<license>
|
<license>
|
||||||
Commercial Usage
|
Commercial Usage
|
||||||
|
|
||||||
@@ -11,7 +11,7 @@ GNU Lesser General Public License Usage
|
|||||||
Alternatively, this plugin may be used under the terms of the GNU Lesser General Public License version 2.1 as published by the Free Software Foundation. Please review the following information to ensure the GNU Lesser General Public License version 2.1 requirements will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.
|
Alternatively, this plugin may be used under the terms of the GNU Lesser General Public License version 2.1 as published by the Free Software Foundation. Please review the following information to ensure the GNU Lesser General Public License version 2.1 requirements will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.
|
||||||
</license>
|
</license>
|
||||||
<description>VI-style keyboard navigation.</description>
|
<description>VI-style keyboard navigation.</description>
|
||||||
<url>http://qt.nokia.com</url>
|
<url>http://www.qt-project.org</url>
|
||||||
<dependencyList>
|
<dependencyList>
|
||||||
<dependency name=\"TextEditor\" version=\"$$QTCREATOR_VERSION\"/>
|
<dependency name=\"TextEditor\" version=\"$$QTCREATOR_VERSION\"/>
|
||||||
<dependency name=\"Core\" version=\"$$QTCREATOR_VERSION\"/>
|
<dependency name=\"Core\" version=\"$$QTCREATOR_VERSION\"/>
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
<plugin name=\"Find\" version=\"$$QTCREATOR_VERSION\" compatVersion=\"$$QTCREATOR_VERSION\">
|
<plugin name=\"Find\" version=\"$$QTCREATOR_VERSION\" compatVersion=\"$$QTCREATOR_VERSION\">
|
||||||
<vendor>Nokia Corporation</vendor>
|
<vendor>Nokia Corporation</vendor>
|
||||||
<copyright>(C) 2011 Nokia Corporation</copyright>
|
<copyright>(C) 2012 Nokia Corporation</copyright>
|
||||||
<license>
|
<license>
|
||||||
Commercial Usage
|
Commercial Usage
|
||||||
|
|
||||||
@@ -12,7 +12,7 @@ Alternatively, this plugin may be used under the terms of the GNU Lesser General
|
|||||||
</license>
|
</license>
|
||||||
<category>Qt Creator</category>
|
<category>Qt Creator</category>
|
||||||
<description>Provides the find widget and the hooks for find implementations.</description>
|
<description>Provides the find widget and the hooks for find implementations.</description>
|
||||||
<url>http://qt.nokia.com</url>
|
<url>http://www.qt-project.org</url>
|
||||||
<dependencyList>
|
<dependencyList>
|
||||||
<dependency name=\"Core\" version=\"$$QTCREATOR_VERSION\"/>
|
<dependency name=\"Core\" version=\"$$QTCREATOR_VERSION\"/>
|
||||||
</dependencyList>
|
</dependencyList>
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
<plugin name=\"GenericProjectManager\" version=\"$$QTCREATOR_VERSION\" compatVersion=\"$$QTCREATOR_VERSION\">
|
<plugin name=\"GenericProjectManager\" version=\"$$QTCREATOR_VERSION\" compatVersion=\"$$QTCREATOR_VERSION\">
|
||||||
<vendor>Nokia Corporation</vendor>
|
<vendor>Nokia Corporation</vendor>
|
||||||
<copyright>(C) 2011 Nokia Corporation</copyright>
|
<copyright>(C) 2012 Nokia Corporation</copyright>
|
||||||
<license>
|
<license>
|
||||||
Commercial Usage
|
Commercial Usage
|
||||||
|
|
||||||
@@ -12,7 +12,7 @@ Alternatively, this plugin may be used under the terms of the GNU Lesser General
|
|||||||
</license>
|
</license>
|
||||||
<category>Build Systems</category>
|
<category>Build Systems</category>
|
||||||
<description>Generic support</description>
|
<description>Generic support</description>
|
||||||
<url>http://qt.nokia.com</url>
|
<url>http://www.qt-project.org</url>
|
||||||
<dependencyList>
|
<dependencyList>
|
||||||
<dependency name=\"TextEditor\" version=\"$$QTCREATOR_VERSION\"/>
|
<dependency name=\"TextEditor\" version=\"$$QTCREATOR_VERSION\"/>
|
||||||
<dependency name=\"ProjectExplorer\" version=\"$$QTCREATOR_VERSION\"/>
|
<dependency name=\"ProjectExplorer\" version=\"$$QTCREATOR_VERSION\"/>
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
<plugin name=\"Git\" version=\"$$QTCREATOR_VERSION\" compatVersion=\"$$QTCREATOR_VERSION\">
|
<plugin name=\"Git\" version=\"$$QTCREATOR_VERSION\" compatVersion=\"$$QTCREATOR_VERSION\">
|
||||||
<vendor>Nokia Corporation</vendor>
|
<vendor>Nokia Corporation</vendor>
|
||||||
<copyright>(C) 2011 Nokia Corporation</copyright>
|
<copyright>(C) 2012 Nokia Corporation</copyright>
|
||||||
<license>
|
<license>
|
||||||
Commercial Usage
|
Commercial Usage
|
||||||
|
|
||||||
@@ -12,7 +12,7 @@ Alternatively, this plugin may be used under the terms of the GNU Lesser General
|
|||||||
</license>
|
</license>
|
||||||
<category>Version Control</category>
|
<category>Version Control</category>
|
||||||
<description>Git integration.</description>
|
<description>Git integration.</description>
|
||||||
<url>http://qt.nokia.com</url>
|
<url>http://www.qt-project.org</url>
|
||||||
<dependencyList>
|
<dependencyList>
|
||||||
<dependency name=\"TextEditor\" version=\"$$QTCREATOR_VERSION\"/>
|
<dependency name=\"TextEditor\" version=\"$$QTCREATOR_VERSION\"/>
|
||||||
<dependency name=\"ProjectExplorer\" version=\"$$QTCREATOR_VERSION\"/>
|
<dependency name=\"ProjectExplorer\" version=\"$$QTCREATOR_VERSION\"/>
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
<plugin name=\"GLSLEditor\" version=\"$$QTCREATOR_VERSION\" compatVersion=\"$$QTCREATOR_VERSION\">
|
<plugin name=\"GLSLEditor\" version=\"$$QTCREATOR_VERSION\" compatVersion=\"$$QTCREATOR_VERSION\">
|
||||||
<vendor>Nokia Corporation</vendor>
|
<vendor>Nokia Corporation</vendor>
|
||||||
<copyright>(C) 2011 Nokia Corporation</copyright>
|
<copyright>(C) 2012 Nokia Corporation</copyright>
|
||||||
<license>
|
<license>
|
||||||
Commercial Usage
|
Commercial Usage
|
||||||
|
|
||||||
@@ -12,7 +12,7 @@ Alternatively, this plugin may be used under the terms of the GNU Lesser General
|
|||||||
</license>
|
</license>
|
||||||
<category>GLSL</category>
|
<category>GLSL</category>
|
||||||
<description>Editor for GLSL.</description>
|
<description>Editor for GLSL.</description>
|
||||||
<url>http://qt.nokia.com</url>
|
<url>http://www.qt-project.org</url>
|
||||||
<dependencyList>
|
<dependencyList>
|
||||||
<dependency name=\"Core\" version=\"$$QTCREATOR_VERSION\"/>
|
<dependency name=\"Core\" version=\"$$QTCREATOR_VERSION\"/>
|
||||||
<dependency name=\"TextEditor\" version=\"$$QTCREATOR_VERSION\"/>
|
<dependency name=\"TextEditor\" version=\"$$QTCREATOR_VERSION\"/>
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
<plugin name=\"HelloWorld\" version=\"$$QTCREATOR_VERSION\" compatVersion=\"$$QTCREATOR_VERSION\" experimental=\"true\">
|
<plugin name=\"HelloWorld\" version=\"$$QTCREATOR_VERSION\" compatVersion=\"$$QTCREATOR_VERSION\" experimental=\"true\">
|
||||||
<vendor>Nokia Corporation</vendor>
|
<vendor>Nokia Corporation</vendor>
|
||||||
<copyright>(C) 2011 Nokia Corporation</copyright>
|
<copyright>(C) 2012 Nokia Corporation</copyright>
|
||||||
<license>
|
<license>
|
||||||
Commercial Usage
|
Commercial Usage
|
||||||
|
|
||||||
@@ -11,7 +11,7 @@ GNU Lesser General Public License Usage
|
|||||||
Alternatively, this plugin may be used under the terms of the GNU Lesser General Public License version 2.1 as published by the Free Software Foundation. Please review the following information to ensure the GNU Lesser General Public License version 2.1 requirements will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.
|
Alternatively, this plugin may be used under the terms of the GNU Lesser General Public License version 2.1 as published by the Free Software Foundation. Please review the following information to ensure the GNU Lesser General Public License version 2.1 requirements will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.
|
||||||
</license>
|
</license>
|
||||||
<description>Hello World sample plugin.</description>
|
<description>Hello World sample plugin.</description>
|
||||||
<url>http://qt.nokia.com</url>
|
<url>http://www.qt-project.org</url>
|
||||||
<dependencyList>
|
<dependencyList>
|
||||||
<dependency name=\"Core\" version=\"$$QTCREATOR_VERSION\"/>
|
<dependency name=\"Core\" version=\"$$QTCREATOR_VERSION\"/>
|
||||||
</dependencyList>
|
</dependencyList>
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
<plugin name=\"Help\" version=\"$$QTCREATOR_VERSION\" compatVersion=\"$$QTCREATOR_VERSION\">
|
<plugin name=\"Help\" version=\"$$QTCREATOR_VERSION\" compatVersion=\"$$QTCREATOR_VERSION\">
|
||||||
<vendor>Nokia Corporation</vendor>
|
<vendor>Nokia Corporation</vendor>
|
||||||
<copyright>(C) 2011 Nokia Corporation</copyright>
|
<copyright>(C) 2012 Nokia Corporation</copyright>
|
||||||
<license>
|
<license>
|
||||||
Commercial Usage
|
Commercial Usage
|
||||||
|
|
||||||
@@ -12,7 +12,7 @@ Alternatively, this plugin may be used under the terms of the GNU Lesser General
|
|||||||
</license>
|
</license>
|
||||||
<category>Qt Creator</category>
|
<category>Qt Creator</category>
|
||||||
<description>Help system.</description>
|
<description>Help system.</description>
|
||||||
<url>http://qt.nokia.com</url>
|
<url>http://www.qt-project.org</url>
|
||||||
<dependencyList>
|
<dependencyList>
|
||||||
<dependency name=\"Core\" version=\"$$QTCREATOR_VERSION\"/>
|
<dependency name=\"Core\" version=\"$$QTCREATOR_VERSION\"/>
|
||||||
<dependency name=\"Find\" version=\"$$QTCREATOR_VERSION\"/>
|
<dependency name=\"Find\" version=\"$$QTCREATOR_VERSION\"/>
|
||||||
|
@@ -12,7 +12,7 @@ Alternatively, this plugin may be used under the terms of the GNU Lesser General
|
|||||||
</license>
|
</license>
|
||||||
<category>Qt Creator</category>
|
<category>Qt Creator</category>
|
||||||
<description>Image Viewer component.</description>
|
<description>Image Viewer component.</description>
|
||||||
<url>http://qt.nokia.com</url>
|
<url>http://www.qt-project.org</url>
|
||||||
<dependencyList>
|
<dependencyList>
|
||||||
<dependency name=\"Core\" version=\"$$QTCREATOR_VERSION\"/>
|
<dependency name=\"Core\" version=\"$$QTCREATOR_VERSION\"/>
|
||||||
</dependencyList>
|
</dependencyList>
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
<plugin name=\"Locator\" version=\"$$QTCREATOR_VERSION\" compatVersion=\"$$QTCREATOR_VERSION\">
|
<plugin name=\"Locator\" version=\"$$QTCREATOR_VERSION\" compatVersion=\"$$QTCREATOR_VERSION\">
|
||||||
<vendor>Nokia Corporation</vendor>
|
<vendor>Nokia Corporation</vendor>
|
||||||
<copyright>(C) 2011 Nokia Corporation</copyright>
|
<copyright>(C) 2012 Nokia Corporation</copyright>
|
||||||
<license>
|
<license>
|
||||||
Commercial Usage
|
Commercial Usage
|
||||||
|
|
||||||
@@ -12,7 +12,7 @@ Alternatively, this plugin may be used under the terms of the GNU Lesser General
|
|||||||
</license>
|
</license>
|
||||||
<category>Qt Creator</category>
|
<category>Qt Creator</category>
|
||||||
<description>Provides the Locator widget and the hooks for Locator filter implementations.</description>
|
<description>Provides the Locator widget and the hooks for Locator filter implementations.</description>
|
||||||
<url>http://qt.nokia.com</url>
|
<url>http://www.qt-project.org</url>
|
||||||
<dependencyList>
|
<dependencyList>
|
||||||
<dependency name=\"Core\" version=\"$$QTCREATOR_VERSION\"/>
|
<dependency name=\"Core\" version=\"$$QTCREATOR_VERSION\"/>
|
||||||
</dependencyList>
|
</dependencyList>
|
||||||
|
@@ -12,7 +12,7 @@ Alternatively, this plugin may be used under the terms of the GNU Lesser General
|
|||||||
</license>
|
</license>
|
||||||
<category>Qt Creator</category>
|
<category>Qt Creator</category>
|
||||||
<description>Macros in text editors.</description>
|
<description>Macros in text editors.</description>
|
||||||
<url>http://qt.nokia.com</url>
|
<url>http://www.qt-project.org</url>
|
||||||
<dependencyList>
|
<dependencyList>
|
||||||
<dependency name=\"Core\" version=\"$$QTCREATOR_VERSION\"/>
|
<dependency name=\"Core\" version=\"$$QTCREATOR_VERSION\"/>
|
||||||
<dependency name=\"Locator\" version=\"$$QTCREATOR_VERSION\"/>
|
<dependency name=\"Locator\" version=\"$$QTCREATOR_VERSION\"/>
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
<plugin name=\"Madde\" version=\"$$QTCREATOR_VERSION\" compatVersion=\"$$QTCREATOR_VERSION\">
|
<plugin name=\"Madde\" version=\"$$QTCREATOR_VERSION\" compatVersion=\"$$QTCREATOR_VERSION\">
|
||||||
<vendor>Nokia Corporation</vendor>
|
<vendor>Nokia Corporation</vendor>
|
||||||
<copyright>(C) 2011 Nokia Corporation</copyright>
|
<copyright>(C) 2012 Nokia Corporation</copyright>
|
||||||
<license>
|
<license>
|
||||||
Commercial Usage
|
Commercial Usage
|
||||||
|
|
||||||
@@ -12,7 +12,7 @@ Alternatively, this plugin may be used under the terms of the GNU Lesser General
|
|||||||
</license>
|
</license>
|
||||||
<description>Support for MADDE-based platforms, including Fremantle and MeeGo 1.2 Harmattan.</description>
|
<description>Support for MADDE-based platforms, including Fremantle and MeeGo 1.2 Harmattan.</description>
|
||||||
<category>Device Support</category>
|
<category>Device Support</category>
|
||||||
<url>http://qt.nokia.com</url>
|
<url>http://www.qt-project.org</url>
|
||||||
<dependencyList>
|
<dependencyList>
|
||||||
<dependency name=\"RemoteLinux\" version=\"$$QTCREATOR_VERSION\"/>
|
<dependency name=\"RemoteLinux\" version=\"$$QTCREATOR_VERSION\"/>
|
||||||
</dependencyList>
|
</dependencyList>
|
||||||
|
@@ -12,7 +12,7 @@ Alternatively, this plugin may be used under the terms of the GNU Lesser General
|
|||||||
</license>
|
</license>
|
||||||
<category>Version Control</category>
|
<category>Version Control</category>
|
||||||
<description>Mercurial integration.</description>
|
<description>Mercurial integration.</description>
|
||||||
<url>http://qt.nokia.com</url>
|
<url>http://www.qt-project.org</url>
|
||||||
<dependencyList>
|
<dependencyList>
|
||||||
<dependency name=\"TextEditor\" version=\"$$QTCREATOR_VERSION\"/>
|
<dependency name=\"TextEditor\" version=\"$$QTCREATOR_VERSION\"/>
|
||||||
<dependency name=\"ProjectExplorer\" version=\"$$QTCREATOR_VERSION\"/>
|
<dependency name=\"ProjectExplorer\" version=\"$$QTCREATOR_VERSION\"/>
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
<plugin name=\"Perforce\" version=\"$$QTCREATOR_VERSION\" compatVersion=\"$$QTCREATOR_VERSION\">
|
<plugin name=\"Perforce\" version=\"$$QTCREATOR_VERSION\" compatVersion=\"$$QTCREATOR_VERSION\">
|
||||||
<vendor>Nokia Corporation</vendor>
|
<vendor>Nokia Corporation</vendor>
|
||||||
<copyright>(C) 2011 Nokia Corporation</copyright>
|
<copyright>(C) 2012 Nokia Corporation</copyright>
|
||||||
<license>
|
<license>
|
||||||
Commercial Usage
|
Commercial Usage
|
||||||
|
|
||||||
@@ -12,7 +12,7 @@ Alternatively, this plugin may be used under the terms of the GNU Lesser General
|
|||||||
</license>
|
</license>
|
||||||
<category>Version Control</category>
|
<category>Version Control</category>
|
||||||
<description>Perforce integration.</description>
|
<description>Perforce integration.</description>
|
||||||
<url>http://qt.nokia.com</url>
|
<url>http://www.qt-project.org</url>
|
||||||
<dependencyList>
|
<dependencyList>
|
||||||
<dependency name=\"TextEditor\" version=\"$$QTCREATOR_VERSION\"/>
|
<dependency name=\"TextEditor\" version=\"$$QTCREATOR_VERSION\"/>
|
||||||
<dependency name=\"ProjectExplorer\" version=\"$$QTCREATOR_VERSION\"/>
|
<dependency name=\"ProjectExplorer\" version=\"$$QTCREATOR_VERSION\"/>
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
<plugin name=\"ProjectExplorer\" version=\"$$QTCREATOR_VERSION\" compatVersion=\"$$QTCREATOR_VERSION\">
|
<plugin name=\"ProjectExplorer\" version=\"$$QTCREATOR_VERSION\" compatVersion=\"$$QTCREATOR_VERSION\">
|
||||||
<vendor>Nokia Corporation</vendor>
|
<vendor>Nokia Corporation</vendor>
|
||||||
<copyright>(C) 2011 Nokia Corporation</copyright>
|
<copyright>(C) 2012 Nokia Corporation</copyright>
|
||||||
<license>
|
<license>
|
||||||
Commercial Usage
|
Commercial Usage
|
||||||
|
|
||||||
@@ -12,7 +12,7 @@ Alternatively, this plugin may be used under the terms of the GNU Lesser General
|
|||||||
</license>
|
</license>
|
||||||
<category>Qt Creator</category>
|
<category>Qt Creator</category>
|
||||||
<description>ProjectExplorer framework that can be extended with different kind of project types.</description>
|
<description>ProjectExplorer framework that can be extended with different kind of project types.</description>
|
||||||
<url>http://qt.nokia.com</url>
|
<url>http://www.qt-project.org</url>
|
||||||
<dependencyList>
|
<dependencyList>
|
||||||
<dependency name=\"Core\" version=\"$$QTCREATOR_VERSION\"/>
|
<dependency name=\"Core\" version=\"$$QTCREATOR_VERSION\"/>
|
||||||
<dependency name=\"Find\" version=\"$$QTCREATOR_VERSION\"/>
|
<dependency name=\"Find\" version=\"$$QTCREATOR_VERSION\"/>
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
<plugin name=\"QmlDesigner\" version=\"$$QTCREATOR_VERSION\" compatVersion=\"$$QTCREATOR_VERSION\">
|
<plugin name=\"QmlDesigner\" version=\"$$QTCREATOR_VERSION\" compatVersion=\"$$QTCREATOR_VERSION\">
|
||||||
<vendor>Nokia Corporation</vendor>
|
<vendor>Nokia Corporation</vendor>
|
||||||
<copyright>(C) 2011 Nokia Corporation</copyright>
|
<copyright>(C) 2012 Nokia Corporation</copyright>
|
||||||
<license>
|
<license>
|
||||||
Commercial Usage
|
Commercial Usage
|
||||||
|
|
||||||
@@ -18,7 +18,7 @@ ensure the GNU Lesser General Public License version 2.1 requirements
|
|||||||
will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.</license>
|
will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.</license>
|
||||||
<category>Qt Quick</category>
|
<category>Qt Quick</category>
|
||||||
<description>Visual Designer for QML files.</description>
|
<description>Visual Designer for QML files.</description>
|
||||||
<url>http://qt.nokia.com</url>
|
<url>http://www.qt-project.org</url>
|
||||||
<dependencyList>
|
<dependencyList>
|
||||||
<dependency name=\"Core\" version=\"$$QTCREATOR_VERSION\"/>
|
<dependency name=\"Core\" version=\"$$QTCREATOR_VERSION\"/>
|
||||||
<dependency name=\"TextEditor\" version=\"$$QTCREATOR_VERSION\"/>
|
<dependency name=\"TextEditor\" version=\"$$QTCREATOR_VERSION\"/>
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
<plugin name=\"QmlJSEditor\" version=\"$$QTCREATOR_VERSION\" compatVersion=\"$$QTCREATOR_VERSION\">
|
<plugin name=\"QmlJSEditor\" version=\"$$QTCREATOR_VERSION\" compatVersion=\"$$QTCREATOR_VERSION\">
|
||||||
<vendor>Nokia Corporation</vendor>
|
<vendor>Nokia Corporation</vendor>
|
||||||
<copyright>(C) 2011 Nokia Corporation</copyright>
|
<copyright>(C) 2012 Nokia Corporation</copyright>
|
||||||
<license>
|
<license>
|
||||||
Commercial Usage
|
Commercial Usage
|
||||||
|
|
||||||
@@ -12,7 +12,7 @@ Alternatively, this plugin may be used under the terms of the GNU Lesser General
|
|||||||
</license>
|
</license>
|
||||||
<category>Qt Quick</category>
|
<category>Qt Quick</category>
|
||||||
<description>Editor for QML and JavaScript.</description>
|
<description>Editor for QML and JavaScript.</description>
|
||||||
<url>http://qt.nokia.com</url>
|
<url>http://www.qt-project.org</url>
|
||||||
<dependencyList>
|
<dependencyList>
|
||||||
<dependency name=\"Core\" version=\"$$QTCREATOR_VERSION\"/>
|
<dependency name=\"Core\" version=\"$$QTCREATOR_VERSION\"/>
|
||||||
<dependency name=\"TextEditor\" version=\"$$QTCREATOR_VERSION\"/>
|
<dependency name=\"TextEditor\" version=\"$$QTCREATOR_VERSION\"/>
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
<plugin name=\"QmlJSTools\" version=\"$$QTCREATOR_VERSION\" compatVersion=\"$$QTCREATOR_VERSION\">
|
<plugin name=\"QmlJSTools\" version=\"$$QTCREATOR_VERSION\" compatVersion=\"$$QTCREATOR_VERSION\">
|
||||||
<vendor>Nokia Corporation</vendor>
|
<vendor>Nokia Corporation</vendor>
|
||||||
<copyright>(C) 2011 Nokia Corporation</copyright>
|
<copyright>(C) 2012 Nokia Corporation</copyright>
|
||||||
<license>
|
<license>
|
||||||
Commercial Usage
|
Commercial Usage
|
||||||
|
|
||||||
@@ -12,7 +12,7 @@ Alternatively, this plugin may be used under the terms of the GNU Lesser General
|
|||||||
</license>
|
</license>
|
||||||
<category>Qt Quick</category>
|
<category>Qt Quick</category>
|
||||||
<description>Tools for analyzing Qml/JS code.</description>
|
<description>Tools for analyzing Qml/JS code.</description>
|
||||||
<url>http://qt.nokia.com</url>
|
<url>http://www.qt-project.org</url>
|
||||||
<dependencyList>
|
<dependencyList>
|
||||||
<dependency name=\"TextEditor\" version=\"$$QTCREATOR_VERSION\"/>
|
<dependency name=\"TextEditor\" version=\"$$QTCREATOR_VERSION\"/>
|
||||||
<dependency name=\"ProjectExplorer\" version=\"$$QTCREATOR_VERSION\"/>
|
<dependency name=\"ProjectExplorer\" version=\"$$QTCREATOR_VERSION\"/>
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
<plugin name=\"QmlProfiler\" version=\"$$QTCREATOR_VERSION\" compatVersion=\"$$QTCREATOR_VERSION\">
|
<plugin name=\"QmlProfiler\" version=\"$$QTCREATOR_VERSION\" compatVersion=\"$$QTCREATOR_VERSION\">
|
||||||
<vendor>Nokia Corporation</vendor>
|
<vendor>Nokia Corporation</vendor>
|
||||||
<copyright>(C) 2011 Nokia Corporation</copyright>
|
<copyright>(C) 2012 Nokia Corporation</copyright>
|
||||||
<license>
|
<license>
|
||||||
Commercial Usage
|
Commercial Usage
|
||||||
|
|
||||||
@@ -12,7 +12,7 @@
|
|||||||
</license>
|
</license>
|
||||||
<category>Qt Quick</category>
|
<category>Qt Quick</category>
|
||||||
<description>Qml Profiler Plugin</description>
|
<description>Qml Profiler Plugin</description>
|
||||||
<url>http://qt.nokia.com</url>
|
<url>http://www.qt-project.org</url>
|
||||||
<dependencyList>
|
<dependencyList>
|
||||||
<dependency name=\"Core\" version=\"$$QTCREATOR_VERSION\"/>
|
<dependency name=\"Core\" version=\"$$QTCREATOR_VERSION\"/>
|
||||||
<dependency name=\"ProjectExplorer\" version=\"$$QTCREATOR_VERSION\"/>
|
<dependency name=\"ProjectExplorer\" version=\"$$QTCREATOR_VERSION\"/>
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
<plugin name=\"QmlProjectManager\" version=\"$$QTCREATOR_VERSION\" compatVersion=\"$$QTCREATOR_VERSION\">
|
<plugin name=\"QmlProjectManager\" version=\"$$QTCREATOR_VERSION\" compatVersion=\"$$QTCREATOR_VERSION\">
|
||||||
<vendor>Nokia Corporation</vendor>
|
<vendor>Nokia Corporation</vendor>
|
||||||
<copyright>(C) 2011 Nokia Corporation</copyright>
|
<copyright>(C) 2012 Nokia Corporation</copyright>
|
||||||
<license>
|
<license>
|
||||||
Commercial Usage
|
Commercial Usage
|
||||||
|
|
||||||
@@ -12,7 +12,7 @@ Alternatively, this plugin may be used under the terms of the GNU Lesser General
|
|||||||
</license>
|
</license>
|
||||||
<category>Qt Quick</category>
|
<category>Qt Quick</category>
|
||||||
<description>Qt Quick support</description>
|
<description>Qt Quick support</description>
|
||||||
<url>http://qt.nokia.com</url>
|
<url>http://www.qt-project.org</url>
|
||||||
<dependencyList>
|
<dependencyList>
|
||||||
<dependency name=\"ProjectExplorer\" version=\"$$QTCREATOR_VERSION\"/>
|
<dependency name=\"ProjectExplorer\" version=\"$$QTCREATOR_VERSION\"/>
|
||||||
<dependency name=\"TextEditor\" version=\"$$QTCREATOR_VERSION\"/>
|
<dependency name=\"TextEditor\" version=\"$$QTCREATOR_VERSION\"/>
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
<plugin name=\"Qt4ProjectManager\" version=\"$$QTCREATOR_VERSION\" compatVersion=\"$$QTCREATOR_VERSION\">
|
<plugin name=\"Qt4ProjectManager\" version=\"$$QTCREATOR_VERSION\" compatVersion=\"$$QTCREATOR_VERSION\">
|
||||||
<vendor>Nokia Corporation</vendor>
|
<vendor>Nokia Corporation</vendor>
|
||||||
<copyright>(C) 2011 Nokia Corporation</copyright>
|
<copyright>(C) 2012 Nokia Corporation</copyright>
|
||||||
<license>
|
<license>
|
||||||
Commercial Usage
|
Commercial Usage
|
||||||
|
|
||||||
@@ -12,7 +12,7 @@ Alternatively, this plugin may be used under the terms of the GNU Lesser General
|
|||||||
</license>
|
</license>
|
||||||
<category>Build Systems</category>
|
<category>Build Systems</category>
|
||||||
<description>Provides project type for Qt 4 pro files and tools.</description>
|
<description>Provides project type for Qt 4 pro files and tools.</description>
|
||||||
<url>http://qt.nokia.com</url>
|
<url>http://www.qt-project.org</url>
|
||||||
<dependencyList>
|
<dependencyList>
|
||||||
<dependency name=\"TextEditor\" version=\"$$QTCREATOR_VERSION\"/>
|
<dependency name=\"TextEditor\" version=\"$$QTCREATOR_VERSION\"/>
|
||||||
<dependency name=\"ProjectExplorer\" version=\"$$QTCREATOR_VERSION\"/>
|
<dependency name=\"ProjectExplorer\" version=\"$$QTCREATOR_VERSION\"/>
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
<plugin name=\"QtSupport\" version=\"$$QTCREATOR_VERSION\" compatVersion=\"$$QTCREATOR_VERSION\">
|
<plugin name=\"QtSupport\" version=\"$$QTCREATOR_VERSION\" compatVersion=\"$$QTCREATOR_VERSION\">
|
||||||
<vendor>Nokia Corporation</vendor>
|
<vendor>Nokia Corporation</vendor>
|
||||||
<copyright>(C) 2011 Nokia Corporation</copyright>
|
<copyright>(C) 2012 Nokia Corporation</copyright>
|
||||||
<license>
|
<license>
|
||||||
Commercial Usage
|
Commercial Usage
|
||||||
|
|
||||||
@@ -12,7 +12,7 @@ Alternatively, this plugin may be used under the terms of the GNU Lesser General
|
|||||||
</license>
|
</license>
|
||||||
<category>Build Systems</category>
|
<category>Build Systems</category>
|
||||||
<description>Provides support code for build systems.</description>
|
<description>Provides support code for build systems.</description>
|
||||||
<url>http://qt.nokia.com</url>
|
<url>http://www.qt-project.org</url>
|
||||||
<dependencyList>
|
<dependencyList>
|
||||||
<dependency name=\"ProjectExplorer\" version=\"$$QTCREATOR_VERSION\"/>
|
<dependency name=\"ProjectExplorer\" version=\"$$QTCREATOR_VERSION\"/>
|
||||||
</dependencyList>
|
</dependencyList>
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
<plugin name=\"RemoteLinux\" version=\"$$QTCREATOR_VERSION\" compatVersion=\"$$QTCREATOR_VERSION\">
|
<plugin name=\"RemoteLinux\" version=\"$$QTCREATOR_VERSION\" compatVersion=\"$$QTCREATOR_VERSION\">
|
||||||
<vendor>Nokia Corporation</vendor>
|
<vendor>Nokia Corporation</vendor>
|
||||||
<copyright>(C) 2011 Nokia Corporation</copyright>
|
<copyright>(C) 2012 Nokia Corporation</copyright>
|
||||||
<license>
|
<license>
|
||||||
Commercial Usage
|
Commercial Usage
|
||||||
|
|
||||||
@@ -12,7 +12,7 @@ Alternatively, this plugin may be used under the terms of the GNU Lesser General
|
|||||||
</license>
|
</license>
|
||||||
<description>Support for deployment to and execution on a remote Linux host.</description>
|
<description>Support for deployment to and execution on a remote Linux host.</description>
|
||||||
<category>Device Support</category>
|
<category>Device Support</category>
|
||||||
<url>http://qt.nokia.com</url>
|
<url>http://www.qt-project.org</url>
|
||||||
<dependencyList>
|
<dependencyList>
|
||||||
<dependency name=\"Core\" version=\"$$QTCREATOR_VERSION\"/>
|
<dependency name=\"Core\" version=\"$$QTCREATOR_VERSION\"/>
|
||||||
<dependency name=\"Debugger\" version=\"$$QTCREATOR_VERSION\"/>
|
<dependency name=\"Debugger\" version=\"$$QTCREATOR_VERSION\"/>
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
<plugin name=\"ResourceEditor\" version=\"$$QTCREATOR_VERSION\" compatVersion=\"$$QTCREATOR_VERSION\">
|
<plugin name=\"ResourceEditor\" version=\"$$QTCREATOR_VERSION\" compatVersion=\"$$QTCREATOR_VERSION\">
|
||||||
<vendor>Nokia Corporation</vendor>
|
<vendor>Nokia Corporation</vendor>
|
||||||
<copyright>(C) 2011 Nokia Corporation</copyright>
|
<copyright>(C) 2012 Nokia Corporation</copyright>
|
||||||
<license>
|
<license>
|
||||||
Commercial Usage
|
Commercial Usage
|
||||||
|
|
||||||
@@ -12,7 +12,7 @@ Alternatively, this plugin may be used under the terms of the GNU Lesser General
|
|||||||
</license>
|
</license>
|
||||||
<category>Qt Creator</category>
|
<category>Qt Creator</category>
|
||||||
<description>Editor for qrc files.</description>
|
<description>Editor for qrc files.</description>
|
||||||
<url>http://qt.nokia.com</url>
|
<url>http://www.qt-project.org</url>
|
||||||
<dependencyList>
|
<dependencyList>
|
||||||
<dependency name=\"Core\" version=\"$$QTCREATOR_VERSION\"/>
|
<dependency name=\"Core\" version=\"$$QTCREATOR_VERSION\"/>
|
||||||
<dependency name=\"Find\" version=\"$$QTCREATOR_VERSION\"/>
|
<dependency name=\"Find\" version=\"$$QTCREATOR_VERSION\"/>
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
<plugin name=\"Subversion\" version=\"$$QTCREATOR_VERSION\" compatVersion=\"$$QTCREATOR_VERSION\">
|
<plugin name=\"Subversion\" version=\"$$QTCREATOR_VERSION\" compatVersion=\"$$QTCREATOR_VERSION\">
|
||||||
<vendor>Nokia Corporation</vendor>
|
<vendor>Nokia Corporation</vendor>
|
||||||
<copyright>(C) 2011 Nokia Corporation</copyright>
|
<copyright>(C) 2012 Nokia Corporation</copyright>
|
||||||
<license>
|
<license>
|
||||||
Commercial Usage
|
Commercial Usage
|
||||||
|
|
||||||
@@ -12,7 +12,7 @@ Alternatively, this plugin may be used under the terms of the GNU Lesser General
|
|||||||
</license>
|
</license>
|
||||||
<category>Version Control</category>
|
<category>Version Control</category>
|
||||||
<description>Subversion integration.</description>
|
<description>Subversion integration.</description>
|
||||||
<url>http://qt.nokia.com</url>
|
<url>http://www.qt-project.org</url>
|
||||||
<dependencyList>
|
<dependencyList>
|
||||||
<dependency name=\"TextEditor\" version=\"$$QTCREATOR_VERSION\"/>
|
<dependency name=\"TextEditor\" version=\"$$QTCREATOR_VERSION\"/>
|
||||||
<dependency name=\"ProjectExplorer\" version=\"$$QTCREATOR_VERSION\"/>
|
<dependency name=\"ProjectExplorer\" version=\"$$QTCREATOR_VERSION\"/>
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
<plugin name=\"TaskList\" version=\"$$QTCREATOR_VERSION\" compatVersion=\"$$QTCREATOR_VERSION\">
|
<plugin name=\"TaskList\" version=\"$$QTCREATOR_VERSION\" compatVersion=\"$$QTCREATOR_VERSION\">
|
||||||
<vendor>Nokia Corporation</vendor>
|
<vendor>Nokia Corporation</vendor>
|
||||||
<copyright>(C) 2011 Nokia Corporation</copyright>
|
<copyright>(C) 2012 Nokia Corporation</copyright>
|
||||||
<license>
|
<license>
|
||||||
Commercial Usage
|
Commercial Usage
|
||||||
|
|
||||||
@@ -11,7 +11,7 @@ GNU Lesser General Public License Usage
|
|||||||
Alternatively, this plugin may be used under the terms of the GNU Lesser General Public License version 2.1 as published by the Free Software Foundation. Please review the following information to ensure the GNU Lesser General Public License version 2.1 requirements will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.
|
Alternatively, this plugin may be used under the terms of the GNU Lesser General Public License version 2.1 as published by the Free Software Foundation. Please review the following information to ensure the GNU Lesser General Public License version 2.1 requirements will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.
|
||||||
</license>
|
</license>
|
||||||
<description>Use .tasks-files to populate the Issues view.</description>
|
<description>Use .tasks-files to populate the Issues view.</description>
|
||||||
<url>http://qt.nokia.com</url>
|
<url>http://www.qt-project.org</url>
|
||||||
<dependencyList>
|
<dependencyList>
|
||||||
<dependency name=\"Core\" version=\"$$QTCREATOR_VERSION\"/>
|
<dependency name=\"Core\" version=\"$$QTCREATOR_VERSION\"/>
|
||||||
<dependency name=\"ProjectExplorer\" version=\"$$QTCREATOR_VERSION\"/>
|
<dependency name=\"ProjectExplorer\" version=\"$$QTCREATOR_VERSION\"/>
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
<plugin name=\"TextEditor\" version=\"$$QTCREATOR_VERSION\" compatVersion=\"$$QTCREATOR_VERSION\">
|
<plugin name=\"TextEditor\" version=\"$$QTCREATOR_VERSION\" compatVersion=\"$$QTCREATOR_VERSION\">
|
||||||
<vendor>Nokia Corporation</vendor>
|
<vendor>Nokia Corporation</vendor>
|
||||||
<copyright>(C) 2011 Nokia Corporation</copyright>
|
<copyright>(C) 2012 Nokia Corporation</copyright>
|
||||||
<license>
|
<license>
|
||||||
Commercial Usage
|
Commercial Usage
|
||||||
|
|
||||||
@@ -12,7 +12,7 @@ Alternatively, this plugin may be used under the terms of the GNU Lesser General
|
|||||||
</license>
|
</license>
|
||||||
<category>Qt Creator</category>
|
<category>Qt Creator</category>
|
||||||
<description>Text editor framework and the implementation of the basic text editor.</description>
|
<description>Text editor framework and the implementation of the basic text editor.</description>
|
||||||
<url>http://qt.nokia.com</url>
|
<url>http://www.qt-project.org</url>
|
||||||
<dependencyList>
|
<dependencyList>
|
||||||
<dependency name=\"Core\" version=\"$$QTCREATOR_VERSION\"/>
|
<dependency name=\"Core\" version=\"$$QTCREATOR_VERSION\"/>
|
||||||
<dependency name=\"Find\" version=\"$$QTCREATOR_VERSION\"/>
|
<dependency name=\"Find\" version=\"$$QTCREATOR_VERSION\"/>
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
<plugin name=\"UpdateInfo\" version=\"$$QTCREATOR_VERSION\" compatVersion=\"$$QTCREATOR_VERSION\" experimental=\"$$UPDATEINFO_EXPERIMENTAL_STR\">
|
<plugin name=\"UpdateInfo\" version=\"$$QTCREATOR_VERSION\" compatVersion=\"$$QTCREATOR_VERSION\" experimental=\"$$UPDATEINFO_EXPERIMENTAL_STR\">
|
||||||
<vendor>Nokia Corporation</vendor>
|
<vendor>Nokia Corporation</vendor>
|
||||||
<copyright>(C) 2011 Nokia Corporation</copyright>
|
<copyright>(C) 2012 Nokia Corporation</copyright>
|
||||||
<license>
|
<license>
|
||||||
Commercial Usage
|
Commercial Usage
|
||||||
|
|
||||||
@@ -12,7 +12,7 @@ Alternatively, this plugin may be used under the terms of the GNU Lesser General
|
|||||||
</license>
|
</license>
|
||||||
<category>Qt Creator</category>
|
<category>Qt Creator</category>
|
||||||
<description>Displays Update-Infos for Qt Installer Framework-based Updaters.</description>
|
<description>Displays Update-Infos for Qt Installer Framework-based Updaters.</description>
|
||||||
<url>http://qt.nokia.com</url>
|
<url>http://www.qt-project.org</url>
|
||||||
<dependencyList>
|
<dependencyList>
|
||||||
<dependency name=\"Core\" version=\"$$QTCREATOR_VERSION\"/>
|
<dependency name=\"Core\" version=\"$$QTCREATOR_VERSION\"/>
|
||||||
</dependencyList>
|
</dependencyList>
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
<plugin name=\"Valgrind\" version=\"$$QTCREATOR_VERSION\" compatVersion=\"$$QTCREATOR_VERSION\">
|
<plugin name=\"Valgrind\" version=\"$$QTCREATOR_VERSION\" compatVersion=\"$$QTCREATOR_VERSION\">
|
||||||
<vendor>Nokia Corporation</vendor>
|
<vendor>Nokia Corporation</vendor>
|
||||||
<copyright>(C) 2011 Nokia Corporation</copyright>
|
<copyright>(C) 2012 Nokia Corporation</copyright>
|
||||||
<license>
|
<license>
|
||||||
Commercial Usage
|
Commercial Usage
|
||||||
|
|
||||||
@@ -12,7 +12,7 @@ Alternatively, this plugin may be used under the terms of the GNU Lesser General
|
|||||||
</license>
|
</license>
|
||||||
<category>Code Analyzer</category>
|
<category>Code Analyzer</category>
|
||||||
<description>Valgrind Plugin</description>
|
<description>Valgrind Plugin</description>
|
||||||
<url>http://qt.nokia.com</url>
|
<url>http://www.qt-project.org</url>
|
||||||
<dependencyList>
|
<dependencyList>
|
||||||
<dependency name=\"AnalyzerBase\" version=\"$$QTCREATOR_VERSION\"/>
|
<dependency name=\"AnalyzerBase\" version=\"$$QTCREATOR_VERSION\"/>
|
||||||
<dependency name=\"Core\" version=\"$$QTCREATOR_VERSION\"/>
|
<dependency name=\"Core\" version=\"$$QTCREATOR_VERSION\"/>
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
<plugin name=\"VcsBase\" version=\"$$QTCREATOR_VERSION\" compatVersion=\"$$QTCREATOR_VERSION\">
|
<plugin name=\"VcsBase\" version=\"$$QTCREATOR_VERSION\" compatVersion=\"$$QTCREATOR_VERSION\">
|
||||||
<vendor>Nokia Corporation</vendor>
|
<vendor>Nokia Corporation</vendor>
|
||||||
<copyright>(C) 2011 Nokia Corporation</copyright>
|
<copyright>(C) 2012 Nokia Corporation</copyright>
|
||||||
<license>
|
<license>
|
||||||
Commercial Usage
|
Commercial Usage
|
||||||
|
|
||||||
@@ -12,7 +12,7 @@ Alternatively, this plugin may be used under the terms of the GNU Lesser General
|
|||||||
</license>
|
</license>
|
||||||
<category>Version Control</category>
|
<category>Version Control</category>
|
||||||
<description>Version Control System Base Plugin</description>
|
<description>Version Control System Base Plugin</description>
|
||||||
<url>http://qt.nokia.com</url>
|
<url>http://www.qt-project.org</url>
|
||||||
<dependencyList>
|
<dependencyList>
|
||||||
<dependency name=\"Core\" version=\"$$QTCREATOR_VERSION\"/>
|
<dependency name=\"Core\" version=\"$$QTCREATOR_VERSION\"/>
|
||||||
<dependency name=\"TextEditor\" version=\"$$QTCREATOR_VERSION\"/>
|
<dependency name=\"TextEditor\" version=\"$$QTCREATOR_VERSION\"/>
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
<plugin name=\"Welcome\" version=\"$$QTCREATOR_VERSION\" compatVersion=\"$$QTCREATOR_VERSION\">
|
<plugin name=\"Welcome\" version=\"$$QTCREATOR_VERSION\" compatVersion=\"$$QTCREATOR_VERSION\">
|
||||||
<vendor>Nokia Corporation</vendor>
|
<vendor>Nokia Corporation</vendor>
|
||||||
<copyright>(C) 2011 Nokia Corporation</copyright>
|
<copyright>(C) 2012 Nokia Corporation</copyright>
|
||||||
<license>
|
<license>
|
||||||
Commercial Usage
|
Commercial Usage
|
||||||
|
|
||||||
@@ -12,7 +12,7 @@ Alternatively, this plugin may be used under the terms of the GNU Lesser General
|
|||||||
</license>
|
</license>
|
||||||
<category>Qt Creator</category>
|
<category>Qt Creator</category>
|
||||||
<description>Default Welcome Screen Plugin</description>
|
<description>Default Welcome Screen Plugin</description>
|
||||||
<url>http://qt.nokia.com</url>
|
<url>http://www.qt-project.org</url>
|
||||||
<dependencyList>
|
<dependencyList>
|
||||||
<dependency name=\"Core\" version=\"$$QTCREATOR_VERSION\"/>
|
<dependency name=\"Core\" version=\"$$QTCREATOR_VERSION\"/>
|
||||||
</dependencyList>
|
</dependencyList>
|
||||||
|
Reference in New Issue
Block a user