From fe07078373fddf6a9c028d080e26e283c865651e Mon Sep 17 00:00:00 2001 From: Eike Ziller Date: Mon, 1 Sep 2014 11:42:58 +0200 Subject: Move to JSON plugin meta data Change-Id: Ie028a6b1e5e2e01acba235f76aa431a9875fa984 Reviewed-by: Eike Ziller --- plugins/qmlprofilerextension/QmlProfilerExtension.json.in | 15 +++++++++++++++ .../QmlProfilerExtension.pluginspec.in | 13 ------------- 2 files changed, 15 insertions(+), 13 deletions(-) create mode 100644 plugins/qmlprofilerextension/QmlProfilerExtension.json.in delete mode 100644 plugins/qmlprofilerextension/QmlProfilerExtension.pluginspec.in 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 @@ - - Digia Plc - (C) 2013 Digia Plc - - 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. - - Qt Quick - Qml Profiler Extension Plugin - http://www.qt-project.org - $$dependencyList - -- cgit v1.2.3