summaryrefslogtreecommitdiffstats
path: root/examples/testapp/config.xml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/testapp/config.xml')
-rw-r--r--examples/testapp/config.xml16
1 files changed, 0 insertions, 16 deletions
diff --git a/examples/testapp/config.xml b/examples/testapp/config.xml
deleted file mode 100644
index bc00e2c20..000000000
--- a/examples/testapp/config.xml
+++ /dev/null
@@ -1,16 +0,0 @@
-<?xml version="1.0"?>
-<Installer>
- <Name>Test App</Name>
- <Version>1</Version>
- <Title>Test App</Title>
- <Publisher>Nokia</Publisher>
- <ProductUrl>http://qt.nokia.com</ProductUrl>
-
- <!-- @homeDir@ and @rootDir@ are some of the supported vars -->
- <TargetDir>@homeDir@/testinstall</TargetDir>
- <RemoteRepositories>
- <Repository>
- <Url>http://www.kdab.com/~christoph/testapp</Url>
- </Repository>
- </RemoteRepositories>
-</Installer>