summaryrefslogtreecommitdiffstats
path: root/examples/testapp/config.xml
blob: bc00e2c2044723304f761eb48f7a68b332e6a305 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?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>