summaryrefslogtreecommitdiff
path: root/dist
diff options
context:
space:
mode:
authorEike Ziller <eike.ziller@theqtcompany.com>2014-11-21 13:27:06 +0100
committerEike Ziller <eike.ziller@theqtcompany.com>2014-11-24 09:03:15 +0100
commitc4971b6effcfe3f2f13cb769d54870c7d114417a (patch)
treeec6193c7643463254b3cb4e75888a5bcae20e0c1 /dist
parented2e963a15aa25bea500d30240151a44245e83d7 (diff)
downloadqt-creator-c4971b6effcfe3f2f13cb769d54870c7d114417a.tar.gz
OS X: Add background image to installer and update images
"Watermark" is not available on OS X We have a new logo now Task-number: QTCREATORBUG-13482 Change-Id: I01fdfb958bc67660a87a2c5a18f88613e7121aff Reviewed-by: Eike Ziller <eike.ziller@theqtcompany.com>
Diffstat (limited to 'dist')
-rw-r--r--dist/installer/ifw/config/background.pngbin0 -> 8572 bytes
-rw-r--r--dist/installer/ifw/config/config-mac.xml.in2
-rw-r--r--dist/installer/ifw/config/watermark.pngbin12983 -> 7657 bytes
3 files changed, 1 insertions, 1 deletions
diff --git a/dist/installer/ifw/config/background.png b/dist/installer/ifw/config/background.png
new file mode 100644
index 0000000000..6819e274b3
--- /dev/null
+++ b/dist/installer/ifw/config/background.png
Binary files differ
diff --git a/dist/installer/ifw/config/config-mac.xml.in b/dist/installer/ifw/config/config-mac.xml.in
index 0a74e14c8a..24abb21ef0 100644
--- a/dist/installer/ifw/config/config-mac.xml.in
+++ b/dist/installer/ifw/config/config-mac.xml.in
@@ -7,7 +7,7 @@
<ProductUrl>http://qt-project.org</ProductUrl>
<InstallerWindowIcon>logo.png</InstallerWindowIcon>
- <Watermark>watermark.png</Watermark>
+ <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>
diff --git a/dist/installer/ifw/config/watermark.png b/dist/installer/ifw/config/watermark.png
index fc44c44f4c..10e25f5b06 100644
--- a/dist/installer/ifw/config/watermark.png
+++ b/dist/installer/ifw/config/watermark.png
Binary files differ