aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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