summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEike Ziller <eike.ziller@digia.com>2014-09-01 11:42:58 +0200
committerEike Ziller <eike.ziller@digia.com>2014-09-02 16:15:50 +0300
commitfe07078373fddf6a9c028d080e26e283c865651e (patch)
treee9b305352f5a2e56a02a3aa4b35a4c64d48ec97d
parent300265cf67c3572ac39ddee11e98da9201d3e10a (diff)
downloadqt-creator-fe07078373fddf6a9c028d080e26e283c865651e.tar.gz
Move to JSON plugin meta data
Change-Id: Ie028a6b1e5e2e01acba235f76aa431a9875fa984 Reviewed-by: Eike Ziller <eike.ziller@digia.com>
-rw-r--r--plugins/qmlprofilerextension/QmlProfilerExtension.json.in15
-rw-r--r--plugins/qmlprofilerextension/QmlProfilerExtension.pluginspec.in13
2 files changed, 15 insertions, 13 deletions
diff --git a/plugins/qmlprofilerextension/QmlProfilerExtension.json.in b/plugins/qmlprofilerextension/QmlProfilerExtension.json.in
new file mode 100644
index 0000000000..f9f52be9b3
--- /dev/null
+++ b/plugins/qmlprofilerextension/QmlProfilerExtension.json.in
@@ -0,0 +1,15 @@
+{
+ \"Name\" : \"QmlProfilerExtension\",
+ \"Version\" : \"$$QTCREATOR_VERSION\",
+ \"CompatVersion\" : \"$$QTCREATOR_COMPAT_VERSION\",
+ \"Vendor\" : \"Digia Plc\",
+ \"Copyright\" : \"(C) 2014 Digia Plc\",
+ \"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 Digia.\"
+ ],
+ \"Category\" : \"Qt Quick\",
+ \"Description\" : \"Qml Profiler Extension Plugin.\",
+ \"Url\" : \"http://qt.digia.com\",
+ $$dependencyList
+}
diff --git a/plugins/qmlprofilerextension/QmlProfilerExtension.pluginspec.in b/plugins/qmlprofilerextension/QmlProfilerExtension.pluginspec.in
deleted file mode 100644
index 59b9a804a6..0000000000
--- a/plugins/qmlprofilerextension/QmlProfilerExtension.pluginspec.in
+++ /dev/null
@@ -1,13 +0,0 @@
-<plugin name=\"QmlProfilerExtension\" version=\"$$QTCREATOR_VERSION\" compatVersion=\"$$QTCREATOR_VERSION\">
- <vendor>Digia Plc</vendor>
- <copyright>(C) 2013 Digia Plc</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 Digia.
- </license>
- <category>Qt Quick</category>
- <description>Qml Profiler Extension Plugin</description>
- <url>http://www.qt-project.org</url>
- $$dependencyList
-</plugin>