summaryrefslogtreecommitdiffstats
path: root/examples/licenseagreement
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/licenseagreement
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/licenseagreement')
-rw-r--r--examples/licenseagreement/config/config.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/licenseagreement/config/config.xml b/examples/licenseagreement/config/config.xml
index a17cedd70..a8e3de7ff 100644
--- a/examples/licenseagreement/config/config.xml
+++ b/examples/licenseagreement/config/config.xml
@@ -5,5 +5,5 @@
<Title>License Agreement Example</Title>
<Publisher>Qt-Project</Publisher>
<StartMenuDir>Qt Installer Framework Example</StartMenuDir>
- <TargetDir>@HomeDir@/IFWLicenseAgreementExample</TargetDir>
+ <TargetDir>@HomeDir@/IfwExamples/licenseagreement</TargetDir>
</Installer>