summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorjkobus <jaroslaw.kobus@theqtcompany.com>2014-12-19 15:28:27 +0100
committerKai Koehne <kai.koehne@theqtcompany.com>2015-01-23 16:54:22 +0100
commitbe29f64b57b8b6dc8ff59ec213b51319cc658555 (patch)
treebf29edb865df32bbbb6365bd5a7f4f84e26c0d97 /doc
parent0b30136b0ea55b1532ca6eca9bfed8c21c96aa41 (diff)
Don't show checkbox for autodependent components
Change-Id: Ia954f6337c188453f05b37725975be98a28d564f Reviewed-by: Leena Miettinen <riitta-leena.miettinen@theqtcompany.com> Reviewed-by: Kai Koehne <kai.koehne@theqtcompany.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/installerfw.qdoc16
1 files changed, 14 insertions, 2 deletions
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.