summaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/windowitem/am-config.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qml/windowitem/am-config.yaml')
-rw-r--r--tests/auto/qml/windowitem/am-config.yaml13
1 files changed, 13 insertions, 0 deletions
diff --git a/tests/auto/qml/windowitem/am-config.yaml b/tests/auto/qml/windowitem/am-config.yaml
new file mode 100644
index 00000000..aa82540b
--- /dev/null
+++ b/tests/auto/qml/windowitem/am-config.yaml
@@ -0,0 +1,13 @@
+formatVersion: 1
+formatType: am-configuration
+---
+applications:
+ builtinAppsManifestDir: "${CONFIG_PWD}/apps"
+ installationDir: "/tmp/am/apps"
+ documentDir: "/tmp/am/docs"
+
+# Workaround for a crash in the mesa software renderer (llvmpipe)
+runtimes:
+ qml:
+ environmentVariables:
+ QT_QUICK_BACKEND: "software"