summaryrefslogtreecommitdiffstats
path: root/examples/startmenu
diff options
context:
space:
mode:
authorNiels Weber <niels.weber@digia.com>2013-08-07 13:40:13 +0200
committerNiels Weber <niels.weber@digia.com>2013-08-12 11:56:13 +0200
commitf25b8994eaa85b024fe9b2fd5cf55ef30eff909a (patch)
tree3d987f28dd3ddcd55681413f16cd8a51d6dd483e /examples/startmenu
parent089562c2e7580c9bbb0b266ed374e4a476be1dfb (diff)
Documented two more predefined variables.
Also allow uppercase variable names and document those. Also update the config.xml files in the examples to uppercase. Task-number: QTIFW-257 Change-Id: I446ed4e537cb7c15f49ba3071a9ab6591aab3329 Reviewed-by: Karsten Heimrich <karsten.heimrich@digia.com>
Diffstat (limited to 'examples/startmenu')
-rw-r--r--examples/startmenu/config/config.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/startmenu/config/config.xml b/examples/startmenu/config/config.xml
index 9a06186d3..e95445d1b 100644
--- a/examples/startmenu/config/config.xml
+++ b/examples/startmenu/config/config.xml
@@ -6,5 +6,5 @@
<Publisher>Qt-Project</Publisher>
<!-- Directory name is used in component.xml -->
<StartMenuDir>Qt Installer Framework Example</StartMenuDir>
- <TargetDir>@homeDir@/IFWStartMenuExample</TargetDir>
+ <TargetDir>@HomeDir@/IFWStartMenuExample</TargetDir>
</Installer>