aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVikas Pachdha <vikas.pachdha@qt.io>2020-06-15 10:59:28 +0200
committerThomas Hartmann <thomas.hartmann@qt.io>2020-06-15 09:37:08 +0000
commit9be0988052bf9aaa28813a1b72d6ae66315fb2af (patch)
tree853b98590b792c43d65c51faa2a32d09bf23a04c
parent818e263122287d45d8d7c86e74d766b3f4843ba1 (diff)
AssetExport: Add missing plugin json
Change-Id: Ib395cb03610eeabb657e11961cffc22d8d6cd714 Reviewed-by: Henning Gründl <henning.gruendl@qt.io> Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
-rw-r--r--src/plugins/qmldesigner/assetexporterplugin/assetexporterplugin.json6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/plugins/qmldesigner/assetexporterplugin/assetexporterplugin.json b/src/plugins/qmldesigner/assetexporterplugin/assetexporterplugin.json
new file mode 100644
index 0000000000..a925eaca8e
--- /dev/null
+++ b/src/plugins/qmldesigner/assetexporterplugin/assetexporterplugin.json
@@ -0,0 +1,6 @@
+{
+ "Vendor" : "The Qt Company Ltd",
+ "Category" : "Qt Quick",
+ "Description" : "Plugin for exporting assets and QML from QmlDesigner",
+ "Url" : "http://www.qt.io"
+}