From be29f64b57b8b6dc8ff59ec213b51319cc658555 Mon Sep 17 00:00:00 2001 From: jkobus Date: Fri, 19 Dec 2014 15:28:27 +0100 Subject: Don't show checkbox for autodependent components Change-Id: Ia954f6337c188453f05b37725975be98a28d564f Reviewed-by: Leena Miettinen Reviewed-by: Kai Koehne --- doc/installerfw.qdoc | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) (limited to 'doc') diff --git a/doc/installerfw.qdoc b/doc/installerfw.qdoc index 283537124..60dc8a7af 100644 --- a/doc/installerfw.qdoc +++ b/doc/installerfw.qdoc @@ -563,8 +563,20 @@ \l{Component Dependencies}. \row \li AutoDependOn - \li Opposite of dependencies. Defines that this component should be - loaded if all of the specified components are loaded. + \li Comma-separated list of identifiers of components that + this component has an automatic dependency on. + The component is installed if and only if + all of the specified dependencies are fulfilled. + If a component has an automatic dependency on other components, + the check box will not be visible next to the component in the component tree. + The selection will be performed automatically. + If the component was not installed before, it will + be selected for installation only when all components + from this list are also selected for installation. + If the component was already installed, it will + be selected for uninstallation when at least one of the components + from this list is also selected for uninstallation. + For more information, see \l{Component Dependencies}. \row \li Virtual \li Set to \c true to hide the component from the installer. -- cgit v1.2.3