Move to JSON plugin meta data

Change-Id: Ie028a6b1e5e2e01acba235f76aa431a9875fa984
Reviewed-by: Eike Ziller <eike.ziller@digia.com>
This commit is contained in:
Eike Ziller
2014-09-01 11:42:58 +02:00
parent 300265cf67
commit fe07078373
2 changed files with 15 additions and 13 deletions

View File

@@ -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
}

View File

@@ -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>