summaryrefslogtreecommitdiff
path: root/share/qbs/modules
diff options
context:
space:
mode:
authorIvan Komissarov <abbapoh@gmail.com>2020-10-05 15:59:47 +0200
committerIvan Komissarov <ABBAPOH@gmail.com>2020-10-08 08:58:28 +0000
commit759ec8419abab4433bf0d85c2414708fd664db82 (patch)
treedbe388dc2b20d81589bb26ce8daa9f0ce6d77cd5 /share/qbs/modules
parent37c66211620ad37b61804adcc7ae0d8ed0d614be (diff)
downloadqbs-759ec8419abab4433bf0d85c2414708fd664db82.tar.gz
Fix usage of @VAR@ in info plist files
Fixes: QBS-1601 Change-Id: Iead18bf5fd25f965cf9f9748469f2469488eabc8 Reviewed-by: Thorbjørn Lindeijer <bjorn@lindeijer.nl> Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
Diffstat (limited to 'share/qbs/modules')
-rw-r--r--share/qbs/modules/bundle/BundleModule.qbs2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/qbs/modules/bundle/BundleModule.qbs b/share/qbs/modules/bundle/BundleModule.qbs
index bf2555fa3..05e77c81b 100644
--- a/share/qbs/modules/bundle/BundleModule.qbs
+++ b/share/qbs/modules/bundle/BundleModule.qbs
@@ -187,7 +187,7 @@ Module {
property bool _useXcodeBuildSpecs: true // false to use ONLY the qbs build specs
- readonly property var extraEnv: ({
+ property var extraEnv: ({
"PRODUCT_BUNDLE_IDENTIFIER": identifier
})