aboutsummaryrefslogtreecommitdiffstats
path: root/dist/installer/ifw/config/config-mac.xml.in
blob: 24abb21ef0f8440e8294913cf36da0f64213c7ef (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://qt-project.org</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>