aboutsummaryrefslogtreecommitdiffstats
path: root/am-config-neptune.yaml
diff options
context:
space:
mode:
authorAssam Boudjelthia <assam.boudjelthia@qt.io>2019-10-23 13:55:49 +0300
committerAssam Boudjelthia <assam.boudjelthia@qt.io>2019-11-07 09:05:08 +0000
commitb6808b1e33bc5b02b9acfe6b0c69be168b1afb51 (patch)
treee1b4cd4ac7e489cee097466c3dca3718d8e5dc7c /am-config-neptune.yaml
parentf2fa2eeddd3d9a7bec7967dc012897d37f953e10 (diff)
Enclose environmentVariables in quotations
Without quotations, the yaml file parsing fails on Android with: Could not parse config file 'assets:/am-config-neptune.yaml', line 20, column 29: mapping values are not allowed in this context. Change-Id: Ie910aad9cdd0f7ab1da134835602b9ec51f0cbf8 Reviewed-by: Dominik Holland <dominik.holland@qt.io>
Diffstat (limited to 'am-config-neptune.yaml')
-rw-r--r--am-config-neptune.yaml8
1 files changed, 4 insertions, 4 deletions
diff --git a/am-config-neptune.yaml b/am-config-neptune.yaml
index 445afbb4..042b9506 100644
--- a/am-config-neptune.yaml
+++ b/am-config-neptune.yaml
@@ -17,13 +17,13 @@ runtimes:
qml:
importPaths: [ "${CONFIG_PWD}/imports_shared" ]
environmentVariables:
- QT_PLUGIN_PATH: ${CONFIG_PWD}
- SERVER_CONF_PATH: ${CONFIG_PWD}/server.conf
+ QT_PLUGIN_PATH: "${CONFIG_PWD}"
+ SERVER_CONF_PATH: "${CONFIG_PWD}/server.conf"
native:
importPaths: [ "${CONFIG_PWD}/imports_shared" ]
environmentVariables:
- QT_PLUGIN_PATH: ${CONFIG_PWD}
- SERVER_CONF_PATH: ${CONFIG_PWD}/server.conf
+ QT_PLUGIN_PATH: "${CONFIG_PWD}"
+ SERVER_CONF_PATH: "${CONFIG_PWD}/server.conf"
# ... as well as the SystemUI