summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNiels Weber <niels.weber@digia.com>2013-03-08 10:37:17 +0100
committerNiels Weber <niels.weber@digia.com>2013-03-08 13:28:48 +0100
commitb78a3d149b5121862cacedd04fd176dc65247b90 (patch)
tree9c26a4da3da2b3d1fc9f6d0e05fec42e95bdc868
parent61f5549578711152a3abc8906ae2c1c7226c66ad (diff)
Make the testapp config a bit more sensible.
Change-Id: Ieb047a2ce1308f3ad692415108e640f9d77947b9 Reviewed-by: Karsten Heimrich <karsten.heimrich@digia.com>
-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>