summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Hartmann <Thomas.Hartmann@theqtcompany.com>2016-01-15 12:13:26 +0100
committerTim Jenssen <tim.jenssen@theqtcompany.com>2016-01-19 12:38:21 +0000
commit6dd80accfff0a8c36ae4242e69b5d22bccd10cec (patch)
tree4db9bdc428f0179fe9b6ee278756402cb59d3504
parent17e5cd708541d10d17a77216e80b8a6c99f1a85a (diff)
downloadqt-creator-6dd80accfff0a8c36ae4242e69b5d22bccd10cec.tar.gz
QmlDesigner: Remove unused file
Change-Id: Ife567cfb368092f818c7cf418ede4ab1bca227aa Reviewed-by: Tim Jenssen <tim.jenssen@theqtcompany.com>
-rw-r--r--src/plugins/qmldesigner/qmldesignerextension/QmlDesignerExtension.json.in15
1 files changed, 0 insertions, 15 deletions
diff --git a/src/plugins/qmldesigner/qmldesignerextension/QmlDesignerExtension.json.in b/src/plugins/qmldesigner/qmldesignerextension/QmlDesignerExtension.json.in
deleted file mode 100644
index 92ccdf9a96..0000000000
--- a/src/plugins/qmldesigner/qmldesignerextension/QmlDesignerExtension.json.in
+++ /dev/null
@@ -1,15 +0,0 @@
-{
- \"Name\" : \"QmlDesignerExtension\",
- \"Version\" : \"$$QTCREATOR_VERSION\",
- \"CompatVersion\" : \"$$QTCREATOR_COMPAT_VERSION\",
- \"Vendor\" : \"The Qt Company Ltd\",
- \"Copyright\" : \"(C) 2015 The Qt Company Ltd\",
- \"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 The Qt Company.\"
- ],
- \"Category\" : \"Qt Quick\",
- \"Description\" : \"Extensions for the Qt Quick Designer.\",
- \"Url\" : \"http://www.qt.io\",
- $$dependencyList
-}