summaryrefslogtreecommitdiffstats
path: root/doc/scripting.qdoc
diff options
context:
space:
mode:
authorkh1 <karsten.heimrich@digia.com>2013-11-06 13:51:10 +0100
committerKarsten Heimrich <karsten.heimrich@digia.com>2013-11-06 16:02:51 +0100
commitf9615e83f1791b37ec714eb1ba07a95a736b14cf (patch)
tree91350cba5b22d60a7f1f1fad69698937b52e6d86 /doc/scripting.qdoc
parentfd26174d2cf0d8b0887007075a6be2933a1f595a (diff)
Introduce ApplicationsDir variable.
Task-number: QTIFW-258 Change-Id: Ie08884c01c62e40104dce0dba8ef85c5194d7207 Reviewed-by: Tim Jenssen <tim.jenssen@digia.com>
Diffstat (limited to 'doc/scripting.qdoc')
-rw-r--r--doc/scripting.qdoc5
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/scripting.qdoc b/doc/scripting.qdoc
index 38fced90e..71ae92891 100644
--- a/doc/scripting.qdoc
+++ b/doc/scripting.qdoc
@@ -252,6 +252,10 @@
\row
\o HomeDir
\o Home directory of the current user.
+ \row
+ \o ApplicationsDir
+ \o Applications directory. For example, \c {C:\Program Files} on Windows,
+ \c {/opt} on Linux and \c {/Applications} on Mac OS X.
\endtable
The variables can be resolved by calls to \c installer.value(). If embedded
@@ -263,5 +267,4 @@
component.addOperation("CreateShortcut", "@TargetDir@/MyApp.exe", "@StartMenuDir@/MyApp.lnk");
}
\endcode
-
*/