summaryrefslogtreecommitdiffstats
path: root/doc/scripting.qdoc
diff options
context:
space:
mode:
authorLeena Miettinen <riitta-leena.miettinen@digia.com>2013-02-27 15:58:40 +0100
committerTim Jenssen <tim.jenssen@digia.com>2013-02-28 13:23:33 +0100
commit3a08a5f593944711e0449742726bb45c4eac3d85 (patch)
treea6f0bbb7473031a895d5c73285cc879fb6b6b5e5 /doc/scripting.qdoc
parent5df05c0a9cef3a041d9c5dd8b5838712759a8e5e (diff)
Doc: add information about scripting and operations
Change-Id: Ic605dad7c3cd4c29034afaab186c88d08d9c4ec1 Reviewed-by: Niels Weber <niels.weber@digia.com> Reviewed-by: Karsten Heimrich <karsten.heimrich@digia.com> Reviewed-by: Tim Jenssen <tim.jenssen@digia.com>
Diffstat (limited to 'doc/scripting.qdoc')
-rw-r--r--doc/scripting.qdoc5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/scripting.qdoc b/doc/scripting.qdoc
index 3bfe1a2b7..410e1645a 100644
--- a/doc/scripting.qdoc
+++ b/doc/scripting.qdoc
@@ -33,8 +33,9 @@
\title Component Scripting
- For each component, you can specify one script that is loaded and run by the
- installer. The script format has to be compatible with QScriptEngine.
+ For each component, you can specify one script that prepares the operations
+ to be performed by the installer. The script format has to be
+ compatible with QScriptEngine.
\section1 Construction