summaryrefslogtreecommitdiff
path: root/src/plugins/valgrind/Valgrind.pluginspec.in
diff options
context:
space:
mode:
authorhjk <qtc-committer@nokia.com>2011-05-23 13:50:28 +0200
committerFriedemann Kleint <Friedemann.Kleint@nokia.com>2011-05-23 13:55:11 +0200
commit8bb99e4c75694ce29f912c6c2d62e8fdc577c920 (patch)
tree921263edb7f5528743ec480675a35221f229d8f8 /src/plugins/valgrind/Valgrind.pluginspec.in
parent84f60e5fda5f4b30cc21a05276b3adc4fb5b03a1 (diff)
downloadqt-creator-8bb99e4c75694ce29f912c6c2d62e8fdc577c920.tar.gz
analyzer: merge valgrind based tool plugins
It is hard to imagine there is a real use case that someone wants one but absolutely not the other. Change-Id: I58bb57912f2edeacf2d5a24e3b2eb5a81262eabd Reviewed-on: http://codereview.qt.nokia.com/66 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com>
Diffstat (limited to 'src/plugins/valgrind/Valgrind.pluginspec.in')
-rw-r--r--src/plugins/valgrind/Valgrind.pluginspec.in20
1 files changed, 20 insertions, 0 deletions
diff --git a/src/plugins/valgrind/Valgrind.pluginspec.in b/src/plugins/valgrind/Valgrind.pluginspec.in
new file mode 100644
index 0000000000..31a1de78e7
--- /dev/null
+++ b/src/plugins/valgrind/Valgrind.pluginspec.in
@@ -0,0 +1,20 @@
+<plugin name=\"Valgrind\" version=\"$$QTCREATOR_VERSION\" compatVersion=\"$$QTCREATOR_VERSION\">
+ <vendor>Nokia Corporation</vendor>
+ <copyright>(C) 2011 Nokia Corporation</copyright>
+ <license>
+Commercial Usage
+
+Licensees holding valid Qt Commercial licenses may use this plugin in accordance with the Qt Commercial License Agreement provided with the Software or, alternatively, in accordance with the terms contained in a written agreement between you and Nokia.
+
+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.
+ </license>
+ <category>Code Analyzer</category>
+ <description>Valgrind Plugin</description>
+ <url>http://qt.nokia.com</url>
+ <dependencyList>
+ <dependency name=\"Core\" version=\"$$QTCREATOR_VERSION\"/>
+ <dependency name=\"AnalyzerBase\" version=\"$$QTCREATOR_VERSION\"/>
+ </dependencyList>
+</plugin>