aboutsummaryrefslogtreecommitdiffstats
path: root/dist/installer/ifw/config/config-mac.xml.in
blob: 72bdd23dedc4ebe2aec7755e4d4850584e2e7214 (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>
    <Background>background.png</Background>
    <UninstallerName>Uninstall Qt Creator</UninstallerName>
    <!-- @homeDir@ and @rootDir@ are some of the supported vars -->
    <TargetDir>@homeDir@/Applications/Qt Creator {version}</TargetDir>
    <AllowSpaceInPath>true</AllowSpaceInPath>
</Installer>