aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qmllint/data/settings/qmltypes/subdir/custom.qmltypes
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qml/qmllint/data/settings/qmltypes/subdir/custom.qmltypes')
-rw-r--r--tests/auto/qml/qmllint/data/settings/qmltypes/subdir/custom.qmltypes11
1 files changed, 11 insertions, 0 deletions
diff --git a/tests/auto/qml/qmllint/data/settings/qmltypes/subdir/custom.qmltypes b/tests/auto/qml/qmllint/data/settings/qmltypes/subdir/custom.qmltypes
new file mode 100644
index 0000000000..b3839652dc
--- /dev/null
+++ b/tests/auto/qml/qmllint/data/settings/qmltypes/subdir/custom.qmltypes
@@ -0,0 +1,11 @@
+import QtQuick.tooling 1.2
+Module {
+ dependencies: []
+ Component {
+ name: "Thing"
+ prototype: "QObject"
+ exports: [
+ "Custom/Thing 1.0",
+ ]
+ }
+}