summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dist/installer/ifw/config/config-mac.xml.in15
1 files changed, 15 insertions, 0 deletions
diff --git a/dist/installer/ifw/config/config-mac.xml.in b/dist/installer/ifw/config/config-mac.xml.in
new file mode 100644
index 0000000000..f2084f2df4
--- /dev/null
+++ b/dist/installer/ifw/config/config-mac.xml.in
@@ -0,0 +1,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>
+
+ <Icon>logo.png</Icon>
+ <Watermark>watermark.png</Watermark>
+ <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>