aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoerg Bornemann <joerg.bornemann@digia.com>2014-01-16 09:43:08 +0100
committerJoerg Bornemann <joerg.bornemann@digia.com>2014-01-16 17:59:01 +0100
commit36b39085f0ad49b6fd35e7ac11c196b26cca6723 (patch)
treecff6b3a3898b6a65365de36969853ddd89cbb765
parent1ed6e1b3e7475d28c95305bd4f53ff4a74655192 (diff)
Doc: document cpp.archiverName
Change-Id: Ie31e6eb3e098f5176030adb789315cb996b4ae17 Reviewed-by: Christian Kandeler <christian.kandeler@digia.com> Reviewed-by: Leena Miettinen <riitta-leena.miettinen@digia.com>
-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 d598c317c..6466ca457 100644
--- a/doc/reference/modules/cpp-module.qdoc
+++ b/doc/reference/modules/cpp-module.qdoc
@@ -493,6 +493,24 @@
\section1 Properties Specific to Unix Platforms
+ \section2 archiverName
+
+ \table
+ \row \li \b{Type:} \li \c{string}
+ \row \li \b{Default:} \li \c{"ar"}
+ \endtable
+
+ Name of the archiver binary. This is set in the build profile.
+
+ \section2 archiverPath
+
+ \table
+ \row \li \b{Type:} \li \c{string}
+ \row \li \b{Default:} \li determined by qbs-detect-toolchains
+ \endtable
+
+ Full path of the archiver binary. This is set in the build profile.
+
\section2 positionIndependentCode
\table