summaryrefslogtreecommitdiffstats
path: root/doc/installerfw.qdoc
diff options
context:
space:
mode:
authorKatja Marttila <katja.marttila@qt.io>2020-11-19 07:25:01 +0200
committerKatja Marttila <katja.marttila@qt.io>2020-12-07 07:36:36 +0200
commite82ab45ed71d9b807dc23eae559c759f4584b79d (patch)
tree1ff8a7379a7c0fbd1908783404babd9b83e4d414 /doc/installerfw.qdoc
parentb43ab89a64c6484a8af4be424ab695b956d7f7bc (diff)
Add option to define operations in component.xml
Operations can from now on be declared also in component.xml. The operations are performed, backuped and rollbacked the same way as they would be when defined from scripting api. Task-number: QTIFW-507 Change-Id: Ia509219b94737136c3de25db0cb0c72076b48380 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io> Reviewed-by: Arttu Tarkiainen <arttu.tarkiainen@qt.io>
Diffstat (limited to 'doc/installerfw.qdoc')
-rw-r--r--doc/installerfw.qdoc10
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/installerfw.qdoc b/doc/installerfw.qdoc
index bbdbff09e..22407e17d 100644
--- a/doc/installerfw.qdoc
+++ b/doc/installerfw.qdoc
@@ -918,6 +918,16 @@
\li ExpandedByDefault
\li Set to \c true if you want this item to be expanded by default. Optional.
+ \row
+ \li Operations
+ \li List of operations that are performed when component is installed. To add
+ several operations, specify several \c <Operation> child elements that each
+ specify the operation \c name. \c Operation can have several \c <Argument>
+ child elements depending on the operation to be run. Adding \c <Operations>
+ is an alternative way of defining operations to defining them in scripts.
+ For more information, see \l{Adding Operations}. For a
+ summary of available operations, see \l {Operations}.
+
\endtable
\section2 Component Dependencies