aboutsummaryrefslogtreecommitdiffstats
path: root/dist/installer/ifw/config/config-windows.xml.in
blob: 33c29dd5941d351a44aa6e833c917a6ce9b8296f (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>{version}</Version>
    <Title>Qt Creator {version}</Title>
    <Publisher>Qt Project</Publisher>
    <ProductUrl>http://www.qt.io</ProductUrl>

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