summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorNiels Weber <niels.weber@digia.com>2014-11-11 09:32:20 +0100
committerNiels Weber <niels.weber@digia.com>2014-11-17 16:18:17 +0100
commit778af9e97d5652c84e027b3e3ccad62122fc92b6 (patch)
tree69f2508a9288c5fb57f8f91f0736cd9c0109256a /doc
parent32296ab72fd1fc6d460aef00dab74b14cb4120e9 (diff)
Allow spaces in RunProgramArguments
This changes the syntax of the RunProgramArguments entry in the config.xml. <Argument> sub tags need to be used to specify the RunProgramArguments now. Task-number: QTIFW-227 Change-Id: Ife007bf660cdcf4ff5e8e31bb9bb5ac2e5037616 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/examples/config.xml4
-rw-r--r--doc/installerfw.qdoc3
2 files changed, 5 insertions, 2 deletions
diff --git a/doc/examples/config.xml b/doc/examples/config.xml
index c3b79486a..9b40f42bd 100644
--- a/doc/examples/config.xml
+++ b/doc/examples/config.xml
@@ -10,7 +10,9 @@
<Logo>logo.png</Logo>
<Watermark>watermark.png</Watermark>
<RunProgram></RunProgram>
- <RunProgramArguments></RunProgramArguments>
+ <RunProgramArguments>
+ <Argument></Argument>
+ </RunProgramArguments>
<RunProgramDescription></RunProgramDescription>
<StartMenuDir>Some Application Entry Dir</StartMenuDir>
<UninstallerName>SDKMaintenanceTool</UninstallerName>
diff --git a/doc/installerfw.qdoc b/doc/installerfw.qdoc
index a8cc7f531..c2a267dab 100644
--- a/doc/installerfw.qdoc
+++ b/doc/installerfw.qdoc
@@ -220,7 +220,8 @@
the action.
\row
\li RunProgramArguments
- \li Arguments passed to the program specified in RunProgram.
+ \li Arguments passed to the program specified in RunProgram. You can add several
+ \c Argument elements that each specify an argument to \c {RunProgram}.
\row
\li RunProgramDescription
\li Text shown next to the check box for running the program after