aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/src/projects/creator-only/creator-projects-settings-build.qdoc5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/src/projects/creator-only/creator-projects-settings-build.qdoc b/doc/src/projects/creator-only/creator-projects-settings-build.qdoc
index e6f43c9998..1ca696f7c3 100644
--- a/doc/src/projects/creator-only/creator-projects-settings-build.qdoc
+++ b/doc/src/projects/creator-only/creator-projects-settings-build.qdoc
@@ -141,6 +141,11 @@
backreferences. For example, if \c %{variable} is \c my123var, then
\c %{variable/(..)(\d+)/\2\1} is expanded to \c {123myvar}.
+ Instead of the forward slash, you can also use the pound sign (\c #) as
+ the substitution character. This can be helpful if the value is supposed
+ to be a file path, in which case forward slashes might get translated
+ to backslashes on Windows hosts.
+
To use the default value if the variable is not set, use:
\badcode