summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorLeena Miettinen <riitta-leena.miettinen@theqtcompany.com>2015-03-02 14:38:23 +0100
committerLeena Miettinen <riitta-leena.miettinen@theqtcompany.com>2015-03-06 10:31:41 +0000
commit12f60148d297a0b0dfd04243ee7d91998f150928 (patch)
tree4249d32bfcc0fa8203cbf323976d91344ed324ee /doc
parentaa87f9c4b1c0da6435863feb2784dec4744710b2 (diff)
Doc: add information about some operations
Change-Id: I4dc0ac7b46558cba6f2f41fddab468af88c15e2a Reviewed-by: Kai Koehne <kai.koehne@theqtcompany.com> Reviewed-by: Niels Weber <niels.weber@theqtcompany.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/operations.qdoc8
1 files changed, 7 insertions, 1 deletions
diff --git a/doc/operations.qdoc b/doc/operations.qdoc
index 11fbd1280..67c5eb956 100644
--- a/doc/operations.qdoc
+++ b/doc/operations.qdoc
@@ -213,7 +213,9 @@
\row
\li License
\li "License" \c licenses
- \li Copies the license files specified by \c licenses.
+ \li Copies the license files specified by \c licenses to a subfolder called \c Licenses
+ in the target directory. This operation is automatically added for packages
+ declaring \c <Licenses> in their package description file.
\row
\li MinimumProgress
\li "MinimumProgress"
@@ -230,6 +232,10 @@
\c method: \c set, \c remove, \c add_array_value, and \c remove_array_value.
\endtable
+ The Extract, License, and MinimumProgress operations are automatically added for matching
+ components that do not overwrite the component::createOperations() method. See also
+ component::autoCreateOperations.
+
If errors occur, you can test operations manually on the uninstaller or
installer. However, variables are not resolved, so you need to use absolute
values.