summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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>