aboutsummaryrefslogtreecommitdiffstats
path: root/doc/reference
diff options
context:
space:
mode:
authorJoerg Bornemann <joerg.bornemann@digia.com>2014-05-26 17:46:56 +0200
committerChristian Kandeler <christian.kandeler@digia.com>2014-05-28 15:17:55 +0200
commitedfb5130b20e3758a7eed9fe73d0174514c03d53 (patch)
tree43f777aa180dc7304301cb77611558ef252b0dec /doc/reference
parentaa7e0ec2a33e65be6e703f11642876c28eacabc8 (diff)
introduce cpp.useRPaths
Set this property to false to prevent the linker from writing rpaths to the binary. Task-number: QBS-594 Change-Id: Ife1ad9fa40bc2b792bf78af4f349fe6a80095d35 Reviewed-by: Christian Kandeler <christian.kandeler@digia.com>
Diffstat (limited to 'doc/reference')
-rw-r--r--doc/reference/modules/cpp-module.qdoc9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/reference/modules/cpp-module.qdoc b/doc/reference/modules/cpp-module.qdoc
index 77625a278..8dfc326ba 100644
--- a/doc/reference/modules/cpp-module.qdoc
+++ b/doc/reference/modules/cpp-module.qdoc
@@ -562,6 +562,15 @@
List of rpaths that are passed to the linker.
+ \section2 useRPaths
+
+ \table
+ \row \li \b{Type:} \li \c{bool}
+ \row \li \b{Default:} \li \c{true}
+ \endtable
+
+ Set this property to \c{false} to prevent the linker from writing rpaths to the binary.
+
\section2 visibility
\table