aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorJake Petroules <jake.petroules@qt.io>2016-07-26 11:18:13 -0700
committerJake Petroules <jake.petroules@qt.io>2016-08-16 09:05:50 +0000
commitf1cdcf709192b678935cf6a368aaddcce00e958b (patch)
tree155baf0c473e3401babac0a04ecf7ac0290c26e6 /doc
parent0e123c1896b2601af4d2c097258a30706ca35f09 (diff)
Automatically escape arguments in cpp.linkerFlags/platformLinkerFlags
[ChangeLog] Added automatic escaping of arguments passed to the cpp.linkerFlags and cpp.platformLinkerFlags properties using the -Wl or -Xlinker syntaxes. To revert to the old behavior, Project.minimumQbsVersion can be set to a version lower than 1.6. Change-Id: Ibe9d0fa3c9acf5062428ce1c3bc4d840e1cec4b3 Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
Diffstat (limited to 'doc')
-rw-r--r--doc/reference/modules/cpp-module.qdoc4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/reference/modules/cpp-module.qdoc b/doc/reference/modules/cpp-module.qdoc
index fb7c15f47..a9c2464f3 100644
--- a/doc/reference/modules/cpp-module.qdoc
+++ b/doc/reference/modules/cpp-module.qdoc
@@ -267,7 +267,9 @@
\li \c{stringList}
\li 1.0
\li undefined
- \li Additional flags for the linker.
+ \li Additional flags for the linker. These flags should \e not be escaped using the -Wl or
+ -Xlinker syntaxes, as \QBS will do this automatically based on the linker being used.
+ See cpp.linkerMode for additional information.
\row
\li assemblerName
\li \c{string}