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

    <RemoteRepositories>
        <Repository>
            <Url>http://www.kdab.com/~christoph/qtcreator/</Url>
            <Required>true</Required>
        </Repository>
    </RemoteRepositories>
</Installer>