aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qmllint/data/autoqmltypes/test.qmltypes
diff options
context:
space:
mode:
authorUlf Hermann <ulf.hermann@qt.io>2021-01-21 13:55:37 +0100
committerUlf Hermann <ulf.hermann@qt.io>2021-01-22 09:19:28 +0100
commitadece5d3bb5940d7bb9f7afe49ed4ce10ee60c1b (patch)
treed080c1d34267d83be28176e37777e0a49961ad82 /tests/auto/qml/qmllint/data/autoqmltypes/test.qmltypes
parent2e07bf77bb9c08cc30a7ab29ae08b1523bbc1052 (diff)
qmllint: Fix auto-importing of qmltypes from same directory
Fixes: QTBUG-90513 Change-Id: Ic39e72d6df20be30c61123a7f8091d70dbc2d924 Reviewed-by: Fabian Kosmale <fabian.kosmale@qt.io> (cherry picked from commit 9b407b68d1fc0abe08091aa7ca007fbf0f03fb89)
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]
+ }
+}