summaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/resources/apps/app1/info.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qml/resources/apps/app1/info.yaml')
-rw-r--r--tests/auto/qml/resources/apps/app1/info.yaml17
1 files changed, 17 insertions, 0 deletions
diff --git a/tests/auto/qml/resources/apps/app1/info.yaml b/tests/auto/qml/resources/apps/app1/info.yaml
new file mode 100644
index 00000000..a5287f2c
--- /dev/null
+++ b/tests/auto/qml/resources/apps/app1/info.yaml
@@ -0,0 +1,17 @@
+formatVersion: 1
+formatType: am-package
+---
+id: 'app1'
+icon: 'icon.png'
+name:
+ en: 'Resource Test App 1'
+
+applications:
+ - id: 'app1'
+ code: 'qrc:///app1/app1.qml'
+ runtime: 'qml'
+ runtimeParameters:
+ importPaths: "qrc:///app1/qml"
+ resources:
+ - app1file.rcc
+ - app1plugin # libapp1plugin.so would only work on Linux