summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-rw-r--r--examples/testapp/config/config.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/examples/testapp/config/config.xml b/examples/testapp/config/config.xml
index 7a71e15b5..e49ab7337 100644
--- a/examples/testapp/config/config.xml
+++ b/examples/testapp/config/config.xml
@@ -3,18 +3,18 @@
<Name>Test App</Name>
<Version>1.0.0</Version>
<Title>Test App_Hurra</Title>
- <Publisher>Nokia</Publisher>
- <ProductUrl>http://qt.nokia.com</ProductUrl>
+ <Publisher>Digia</Publisher>
+ <ProductUrl>http://qt.digia.com</ProductUrl>
<Icon>qticon</Icon>
<Watermark>watermark.png</Watermark>
<UninstallerName>TestAppUninstaller</UninstallerName>
<RemoteRepositories>
<Repository>
- <Url>http://www.xxxx.com/repository</Url>
+ <Url>http://www.example.com/repository</Url>
</Repository>
</RemoteRepositories>
<!-- @homeDir@ and @rootDir@ are some of the supported vars -->
- <TargetDir>@rootDir@/testinstall</TargetDir>
+ <TargetDir>@homeDir@/testinstall</TargetDir>
</Installer>