aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorJoerg Bornemann <joerg.bornemann@digia.com>2013-06-05 10:52:34 +0200
committerChristian Kandeler <christian.kandeler@digia.com>2013-06-05 17:40:38 +0200
commit405351cc092af84f78e295f56fc9047c71289d46 (patch)
treed3a2719d508c3ccf62ed034de8b4d2aaef01f49d /doc
parente4ca9e39c2f709a0abb38ae2e4cedd944b0c9be4 (diff)
add product.sourceDirectory property
We already could access the build dir via product.buildDirectory. Add the source dir for consistency. Add autotest for both properties. Change-Id: I7d3e631542e06df9a7fcb69598025dc16f181250 Reviewed-by: Christian Kandeler <christian.kandeler@digia.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/items/product.qdoc19
1 files changed, 19 insertions, 0 deletions
diff --git a/doc/items/product.qdoc b/doc/items/product.qdoc
index 381854b99..9a2602fa4 100644
--- a/doc/items/product.qdoc
+++ b/doc/items/product.qdoc
@@ -123,4 +123,23 @@
For more information, see \l{Project Item}. Setting this
property here will overwrite the default value inherited from the project.
\endtable
+
+ The following properties are automatically set by qbs and usually are not changed by the user:
+
+ \table
+ \header
+ \li Property
+ \li Type
+ \li Description
+ \row
+ \li buildDirectory
+ \li string
+ \li The build directory for this product. This is the directory where generated files
+ are placed.
+ \row
+ \li sourceDirectory
+ \li string
+ \li The source directory for this product. This is the directory of the file where this
+ product is defined.
+ \endtable
*/