aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorChristian Kandeler <christian.kandeler@qt.io>2017-11-01 12:13:04 +0100
committerChristian Kandeler <christian.kandeler@qt.io>2017-11-02 16:28:39 +0000
commit20cb71daf6814a1bbb3008e4fa239d935ac20a55 (patch)
tree99029a23cbfa5c0387fdaaed9797870c0dfcb30b /doc
parent81c92bf00f2e1dad3e319d0bbc5ae466e2a047c6 (diff)
cpp module: Add property for linking-only driver flags
For instance, GCC has various flags that are only used for linking, but that are not ld flags and thus must not be escaped via "-Wl,". [ChangeLog] Added cpp.driverLinkerFlags for flags to be passed to the compiler driver only when linking. Task-number: QBS-1236 Change-Id: Idc1498a74e0219306fda99de9adad2730f3a6f73 Reviewed-by: Jake Petroules <jake.petroules@qt.io>
Diffstat (limited to 'doc')
-rw-r--r--doc/reference/modules/cpp-module.qdoc7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/reference/modules/cpp-module.qdoc b/doc/reference/modules/cpp-module.qdoc
index e7af164bd..b0db7c5cc 100644
--- a/doc/reference/modules/cpp-module.qdoc
+++ b/doc/reference/modules/cpp-module.qdoc
@@ -228,6 +228,13 @@
\li Flags that are added to all compilation and linking commands performed by the compiler
driver, independently of the language.
\row
+ \li driverLinkerFlags
+ \li \c{stringList}
+ \li 1.11
+ \li undefined
+ \li Flags that are added to all linking commands performed by the compiler
+ driver, independently of the language.
+ \row
\li commonCompilerFlags
\li \c{stringList}
\li 1.0.1