From 4efe810599c86564145bacea3e382d744a36a2b9 Mon Sep 17 00:00:00 2001 From: Thomas Hartmann Date: Wed, 6 Feb 2013 09:30:30 +0100 Subject: [PATCH] QmlDesigner.ComponentsPlugin: adding .json file Change-Id: I49c9aa68b3837fd979cf355c5585fb0ccbbac1d9 Reviewed-by: Thomas Hartmann --- .../componentsplugin/componentsplugin.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 src/plugins/qmldesigner/componentsplugin/componentsplugin.json diff --git a/src/plugins/qmldesigner/componentsplugin/componentsplugin.json b/src/plugins/qmldesigner/componentsplugin/componentsplugin.json new file mode 100644 index 0000000000..6bc82775e3 --- /dev/null +++ b/src/plugins/qmldesigner/componentsplugin/componentsplugin.json @@ -0,0 +1,19 @@ +{ + + +"Vendor" : "Digia Plc", + + + + +"Category" : "Qt Quick", + + +"Description" : "Plugin for Qt Quick Component Items.", + + +"Url" : "http://www.qt-project.org" + + + +} -- GitLab