aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qmlplugindump/data/dumper/Imports/plugins.qmltypes
diff options
context:
space:
mode:
authorKai Koehne <kai.koehne@qt.io>2018-09-27 16:18:31 +0200
committerKai Koehne <kai.koehne@qt.io>2018-10-09 07:50:30 +0000
commit9aa954e20e9fd02581d7334bda32deeb09752e66 (patch)
tree5e34ba6236b287b237d459cd7c5705ee83eb9458 /tests/auto/qml/qmlplugindump/data/dumper/Imports/plugins.qmltypes
parentc481ce0789ff923637dc483c6b904a54b0c44852 (diff)
Merge qmlplugindump tests
Move all qmlplugindump test cases to the autotest one. Change-Id: If7b5ea119c862507686c11f4dafaa4648d4808f5 Reviewed-by: Marco Benelli <marco.benelli@qt.io>
Diffstat (limited to 'tests/auto/qml/qmlplugindump/data/dumper/Imports/plugins.qmltypes')
-rw-r--r--tests/auto/qml/qmlplugindump/data/dumper/Imports/plugins.qmltypes17
1 files changed, 17 insertions, 0 deletions
diff --git a/tests/auto/qml/qmlplugindump/data/dumper/Imports/plugins.qmltypes b/tests/auto/qml/qmlplugindump/data/dumper/Imports/plugins.qmltypes
new file mode 100644
index 0000000000..937dd60a9e
--- /dev/null
+++ b/tests/auto/qml/qmlplugindump/data/dumper/Imports/plugins.qmltypes
@@ -0,0 +1,17 @@
+import QtQuick.tooling 1.2
+
+// This file describes the plugin-supplied types contained in the library.
+// It is used for QML tooling purposes only.
+//
+// This file was auto-generated by:
+// 'qmlplugindump -nonrelocatable -noforceqtquick dumper.Imports 1.0 .'
+
+Module {
+ dependencies: ["QtQuick 2.0"]
+ Component {
+ name: "Imports"
+ prototype: "QObject"
+ exports: ["dumper.Imports/Imports 1.0"]
+ exportMetaObjectRevisions: [0]
+ }
+}