aboutsummaryrefslogtreecommitdiffstats
path: root/dist/installer/ifw/config/config-windows.xml.in
blob: b9b163d37fb6559ece5137444fd7a880e25bfc17 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?xml version="1.0"?>
<Installer>
    <Name>Qt Creator</Name>
    <Version>{version}</Version>
    <Title>Qt Creator {version}</Title>
    <Publisher>Qt Project</Publisher>
    <ProductUrl>http://qt-project.org</ProductUrl>

    <InstallerWindowIcon>logo.png</InstallerWindowIcon>
    <Watermark>watermark.png</Watermark>
    <UninstallerName>QtCreatorUninst</UninstallerName>
    <!-- @homeDir@ and @rootDir@ are some of the supported vars -->
    <TargetDir>@rootDir@/Qt/qtcreator-{version}</TargetDir>
</Installer>