aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIvan Komissarov <abbapoh@gmail.com>2020-07-28 19:23:09 +0200
committerIvan Komissarov <ABBAPOH@gmail.com>2020-07-29 13:04:08 +0000
commit7b781d27b50c92ff87ac7467844fed0f1a8ef024 (patch)
tree983c7839ae5c50d37c644037ebe417ba7954fa82
parenta38bc032423e965524991dd619da218835417d81 (diff)
doc: add links to "Custom Modules and Items" page from qbsSearchPaths
Fixes: QBS-1575 Change-Id: Ib0f5c4a28cbeca5993ae9490f2d5f34dd355f05b Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
-rw-r--r--doc/reference/items/language/product.qdoc4
-rw-r--r--doc/reference/items/language/project.qdoc6
2 files changed, 8 insertions, 2 deletions
diff --git a/doc/reference/items/language/product.qdoc b/doc/reference/items/language/product.qdoc
index 6b87cffc0..f3b51f0bf 100644
--- a/doc/reference/items/language/product.qdoc
+++ b/doc/reference/items/language/product.qdoc
@@ -207,9 +207,13 @@
/*!
\qmlproperty stringList Product::qbsSearchPaths
+ A list of paths that are searched for imports, modules and module providers.
+
The value set here will be merged with the value of
\l{Project::qbsSearchPaths}{project.qbsSearchPaths}.
+ For the details about how to add custom items, see the \l{Custom Modules and Items} page.
+
\defaultvalue \l{Project::qbsSearchPaths}{project.qbsSearchPaths}
*/
diff --git a/doc/reference/items/language/project.qdoc b/doc/reference/items/language/project.qdoc
index d2db644f6..b0411649e 100644
--- a/doc/reference/items/language/project.qdoc
+++ b/doc/reference/items/language/project.qdoc
@@ -92,11 +92,13 @@
/*!
\qmlproperty stringList Project::qbsSearchPaths
- A list of paths that are searched for imports and modules in addition to the ones listed
- in \c{preferences.qbsSearchPaths}. The value set here is merged with the value
+ A list of paths that are searched for imports, modules and module providers in addition to the
+ ones listed in \c{preferences.qbsSearchPaths}. The value set here is merged with the value
inherited from the parent project, if there is one. The result is inherited by
all products in the project.
+ For the details about how to add custom items, see the \l{Custom Modules and Items} page.
+
\defaultvalue An empty list
*/