forked from qt-creator/qt-creator
Move to JSON plugin meta data
Change-Id: Ie028a6b1e5e2e01acba235f76aa431a9875fa984 Reviewed-by: Eike Ziller <eike.ziller@digia.com>
This commit is contained in:
15
plugins/qmlprofilerextension/QmlProfilerExtension.json.in
Normal file
15
plugins/qmlprofilerextension/QmlProfilerExtension.json.in
Normal 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
|
||||||
|
}
|
@@ -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>
|
|
Reference in New Issue
Block a user