aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorChristian Kandeler <christian.kandeler@qt.io>2016-08-19 15:04:15 +0200
committerChristian Kandeler <christian.kandeler@qt.io>2016-08-19 15:26:12 +0200
commitc7ef0f123f92d9746e30e374891409f7cf05cd7e (patch)
tree6b615dd35253ea698dd208a65eeb1a43160d1868 /doc
parenta9fa34172dd37d1d90628c236f0eee00459500c3 (diff)
parent60b28789ebbab72ed9232643a8216264f7924ddf (diff)
Merge 1.6 into master
Diffstat (limited to 'doc')
-rw-r--r--doc/reference/modules/cpp-module.qdoc11
1 files changed, 10 insertions, 1 deletions
diff --git a/doc/reference/modules/cpp-module.qdoc b/doc/reference/modules/cpp-module.qdoc
index 330fc3455..a9c2464f3 100644
--- a/doc/reference/modules/cpp-module.qdoc
+++ b/doc/reference/modules/cpp-module.qdoc
@@ -169,6 +169,13 @@
\li \c{"all"}
\li Specifies the warning level for the compiler - \c{"none"} or \c{"all"}.
\row
+ \li driverFlags
+ \li \c{stringList}
+ \li 1.6
+ \li undefined
+ \li Flags that are added to all compilation and linking commands performed by the compiler
+ driver, independently of the language.
+ \row
\li commonCompilerFlags
\li \c{stringList}
\li 1.0.1
@@ -260,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}