aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorJoerg Bornemann <joerg.bornemann@digia.com>2013-11-12 18:25:08 +0100
committerChristian Kandeler <christian.kandeler@digia.com>2013-11-13 09:46:56 +0100
commit280b12ce9c474d11b0d7d8a18d690edcaad91004 (patch)
tree1e58fd2929a06681f73f18d2281b35c7578efbd1 /doc
parent93564d323514a96f6e848825e5336beff2410d2d (diff)
introduce cpp.linkerName and cpp.linkerPath
Like the compilerName/Path, the linker must be configurable. Change-Id: I50f9511dedbff29dbf55b41b96e213f238be187f Reviewed-by: Christian Kandeler <christian.kandeler@digia.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/reference/modules/cpp-module.qdoc18
1 files changed, 18 insertions, 0 deletions
diff --git a/doc/reference/modules/cpp-module.qdoc b/doc/reference/modules/cpp-module.qdoc
index f5a05425f..532975800 100644
--- a/doc/reference/modules/cpp-module.qdoc
+++ b/doc/reference/modules/cpp-module.qdoc
@@ -334,6 +334,24 @@
Wrapper binary and its arguments for wrapping compiler calls.
This is useful for compiler wrappers like ccache and alike.
+ \section2 linkerName
+
+ \table
+ \row \li \b{Type:} \li \c{string}
+ \row \li \b{Default:} \li determined by qbs-detect-toolchains
+ \endtable
+
+ Name of the linker binary. This is set in the build profile.
+
+ \section2 linkerPath
+
+ \table
+ \row \li \b{Type:} \li \c{string}
+ \row \li \b{Default:} \li determined by qbs-detect-toolchains
+ \endtable
+
+ Full path of the linker binary. This is set in the build profile.
+
\section2 supportedStaticLibrarySuffixes
\table