aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJake Petroules <jake.petroules@petroules.com>2013-11-28 13:50:38 -0500
committerJoerg Bornemann <joerg.bornemann@digia.com>2013-12-02 17:36:29 +0100
commit32590c953ee44347ed6cc3b0f72611592be22c65 (patch)
tree44e66e1caef67e3e0ba8313fe431b7af01dbf0d2
parent671255d520428bccdf5fb0fa0af7a6cf57136c6a (diff)
Update docs to mention $(VAR) form in Info.plist processing.
Change-Id: Icea0faa06ceee110406a21c4718eba1a54e03f80 Reviewed-by: Joerg Bornemann <joerg.bornemann@digia.com>
-rw-r--r--doc/reference/modules/cpp-module.qdoc4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/reference/modules/cpp-module.qdoc b/doc/reference/modules/cpp-module.qdoc
index 564ca7e24..44916f4b9 100644
--- a/doc/reference/modules/cpp-module.qdoc
+++ b/doc/reference/modules/cpp-module.qdoc
@@ -447,8 +447,8 @@
present. Then, values from the AdditionalInfo key of the platform SDK's Info.plist file will be
added to the dictionary if they were not already present, as well as some other miscellaneous
keys, such as BuildMachineOSBuild and UIDeviceFamily (on iOS).
- Finally, variable expansions will be performed such that substrings of the form ${VAR} will be
- replaced with their corresponding environment variables.
+ Finally, variable expansions will be performed such that substrings of the form $(VAR) or ${VAR}
+ will be replaced with their corresponding environment variables.
\section2 infoPlistFormat