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

    <InstallerWindowIcon>logo.png</InstallerWindowIcon>
    <Background>background.png</Background>
    <WizardDefaultHeight>560</WizardDefaultHeight>
    <MaintenanceToolName>Uninstall Qt Creator</MaintenanceToolName>
    <!-- @homeDir@ and @rootDir@ are some of the supported vars -->
    <TargetDir>@homeDir@/Applications/Qt Creator {display_version}</TargetDir>
    <AllowSpaceInPath>true</AllowSpaceInPath>
</Installer>