aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qmllint/data/MultiDirectory/multi.qrc
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qml/qmllint/data/MultiDirectory/multi.qrc')
-rw-r--r--tests/auto/qml/qmllint/data/MultiDirectory/multi.qrc10
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/auto/qml/qmllint/data/MultiDirectory/multi.qrc b/tests/auto/qml/qmllint/data/MultiDirectory/multi.qrc
new file mode 100644
index 0000000000..b6df21ec4c
--- /dev/null
+++ b/tests/auto/qml/qmllint/data/MultiDirectory/multi.qrc
@@ -0,0 +1,10 @@
+<RCC>
+ <qresource prefix="/qt/qml/MultiDirectory">
+ <file>qmldir</file>
+ <file>Outer.qml</file>
+ <file>qml/qmldir</file>
+ <file>qml/Inner.qml</file>
+ <file>qml/pages/qmldir</file>
+ <file>qml/pages/Page.qml</file>
+ </qresource>
+</RCC>