aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qmllint/data/autoqmltypes/test.qmltypes
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qml/qmllint/data/autoqmltypes/test.qmltypes')
-rw-r--r--tests/auto/qml/qmllint/data/autoqmltypes/test.qmltypes8
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/auto/qml/qmllint/data/autoqmltypes/test.qmltypes b/tests/auto/qml/qmllint/data/autoqmltypes/test.qmltypes
new file mode 100644
index 0000000000..1874bdda61
--- /dev/null
+++ b/tests/auto/qml/qmllint/data/autoqmltypes/test.qmltypes
@@ -0,0 +1,8 @@
+import QtQuick.tooling 1.2
+Module {
+ Component {
+ name: "Foo"
+ exports: ["TestTest/Foo 1.0"]
+ exportMetaObjectRevisions: [256]
+ }
+}