diff options
Diffstat (limited to 'tests/auto/qml/configs/am-config.yaml')
-rw-r--r-- | tests/auto/qml/configs/am-config.yaml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/tests/auto/qml/configs/am-config.yaml b/tests/auto/qml/configs/am-config.yaml new file mode 100644 index 00000000..5333dae3 --- /dev/null +++ b/tests/auto/qml/configs/am-config.yaml @@ -0,0 +1,11 @@ +formatVersion: 1 +formatType: am-configuration +--- +applications: + builtinAppsManifestDir: "${CONFIG_PWD}/apps" + +# Workaround for a crash in the mesa software renderer (llvmpipe) +runtimes: + qml: + environmentVariables: + QT_QUICK_BACKEND: "software" |