summaryrefslogtreecommitdiffstats
path: root/examples/systeminfo/config/config.xml
diff options
context:
space:
mode:
authorLeena Miettinen <riitta-leena.miettinen@theqtcompany.com>2015-02-26 13:47:14 +0100
committerJarek Kobus <jaroslaw.kobus@theqtcompany.com>2015-02-26 14:09:53 +0000
commit4503aa1ee136df122e1e1ea25e672f0f3b4aa13c (patch)
treebcbbea59beb3a508c9a19f1d1d0e12f44ac0935a /examples/systeminfo/config/config.xml
parentf0951246d8192c8fbd3ea7f6366f476736ae1a2d (diff)
Fix the default installation location for all examples
Now they are all located in distinct subfolders of one common IfwExamples folder located in home. Change-Id: Ife92e8d7f7fc33bc1f941f49c75333d0e4fc72d1 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@theqtcompany.com>
Diffstat (limited to 'examples/systeminfo/config/config.xml')
-rw-r--r--examples/systeminfo/config/config.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/systeminfo/config/config.xml b/examples/systeminfo/config/config.xml
index ffbfd9d7f..27b8b61fe 100644
--- a/examples/systeminfo/config/config.xml
+++ b/examples/systeminfo/config/config.xml
@@ -6,5 +6,5 @@
<Publisher>The Qt Company</Publisher>
<!-- Directory name is used in component.xml -->
<StartMenuDir>Qt Installer Framework Example</StartMenuDir>
- <TargetDir>@HomeDir@/IFWSystemInfoExample</TargetDir>
+ <TargetDir>@HomeDir@/IfwExamples/systeminfo</TargetDir>
</Installer>