aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorJake Petroules <jake.petroules@qt.io>2016-08-02 10:44:26 -0700
committerJake Petroules <jake.petroules@qt.io>2016-08-15 17:00:52 +0000
commit0e123c1896b2601af4d2c097258a30706ca35f09 (patch)
treea952b39ebe03b3f95122e3abeeca27dd1c367c3b /doc
parent62cb950144d5eccdbc210ecda2f2a9fc4f5f72a6 (diff)
Introduce cpp.driverFlags
This property allows specifying a set of flags to pass to the compiler driver. Effectively this is similar to specifying flags in both *compilerFlags and linkerFlags, except driverFlags will never be passed to the system linker. [ChangeLog] Introduced cpp.driverFlags, which allows specifying flags to be passed to the compiler driver (in any mode), but never the system linker. Change-Id: I2171246f3b20cbaca74114cf4fa0b6d38c23c621 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com> Reviewed-by: Christian Kandeler <christian.kandeler@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 330fc3455..fb7c15f47 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