From 63174f2538c61407d61df48840ed9f7062f3ae0f Mon Sep 17 00:00:00 2001 From: Christian Kandeler Date: Wed, 2 Oct 2013 12:51:29 +0200 Subject: Introduce new project/product property "qbsSearchPaths". This extends preferences.qbsPath and allows to use project-specific imports. It also deprecates the "moduleSearchPaths" property, which becomes redundant now. Change-Id: I66ff8aa57f6b2657211e3f4541909b2572c6d613 Reviewed-by: Joerg Bornemann --- doc/reference/items/project.qdoc | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'doc/reference/items/project.qdoc') diff --git a/doc/reference/items/project.qdoc b/doc/reference/items/project.qdoc index 9280ba4b0..5d8ca35cc 100644 --- a/doc/reference/items/project.qdoc +++ b/doc/reference/items/project.qdoc @@ -73,14 +73,12 @@ \li Whether the project is enabled. If false, no products or sub-projects will be collected. \row - \li moduleSearchPaths + \li qbsSearchPaths \li stringList \li empty - \li The paths that are searched when looking for a module a product depends on. + \li These paths are searched for imports and modules in addition to the ones listed + in \c{preferences.qbsPath}. All products in the project inherit this value by default. - In addition to what is given here, Qbs will also look in the directory where - the Qbs file defining this project is located, as well as in the paths - listed in the \c preferences.qbsPath setting. \row \li references \li path list -- cgit v1.2.3