From e5ba24302d9e1d55c544c8616f837af9cfbbf710 Mon Sep 17 00:00:00 2001 From: Richard Weickelt Date: Thu, 3 Jan 2019 22:15:11 +0100 Subject: Add documentation of cpp.toolchainInstallPath property The property is undocumented, but plays a central role in most toolchain setups. Therefore it should be documented. Fixes: QBS-1422 Change-Id: I9d1044733e6b99862f137849502e5b1a35a4c192 Reviewed-by: Joerg Bornemann Reviewed-by: Leena Miettinen --- doc/reference/modules/cpp-module.qdoc | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'doc') diff --git a/doc/reference/modules/cpp-module.qdoc b/doc/reference/modules/cpp-module.qdoc index bf1080dd7..9cf7d6a0f 100644 --- a/doc/reference/modules/cpp-module.qdoc +++ b/doc/reference/modules/cpp-module.qdoc @@ -783,6 +783,18 @@ \defaultvalue Determined by \l{setup-toolchains}{qbs setup-toolchains}. */ +/*! + \qmlproperty string cpp::toolchainInstallPath + + The directory path where the toolchain is installed. This property is set + in the build profile. + + This is usually the base property from which all compiler and tool paths + are automatically derived. + + \defaultvalue Determined by \l{setup-toolchains}{qbs setup-toolchains}. +*/ + /*! \qmlproperty string cpp::assemblerPath \since Qbs 1.5 -- cgit v1.2.3