summaryrefslogtreecommitdiffstats
path: root/examples/updaterplugin/config/config.xml
blob: 4bd742565d160bd86339e95c097cf72bdc214516 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?xml version="1.0"?>
<Installer>
    <Name>Qt Creator</Name>
    <Version>1</Version>
    <Title>Qt Creator</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/qtcreator/</Url>
            <Required>true</Required>
        </Repository>
    </RemoteRepositories>
</Installer>