summaryrefslogtreecommitdiffstats
path: root/tests/auto/installer/settings/data/full_config.xml
diff options
context:
space:
mode:
authorNiels Weber <niels.weber@digia.com>2013-03-19 14:41:17 +0100
committerNiels Weber <niels.weber@digia.com>2013-03-21 13:32:31 +0100
commit44fc5acd5c44da29306558ef5a081afb0ea92304 (patch)
tree40a24e8fad5bcc3ed8968f214263de1bb8947673 /tests/auto/installer/settings/data/full_config.xml
parent5eaf779bfa35eb9dd825a802550263af666d58e9 (diff)
Deprecate Icon, introduce replacements.
InstallerApplicationIcon is used on Mac and Windows for a custom icon of the installer. InstallerWindowIcon is used to set the window icon of the installer on all platforms. Change-Id: I1f555441875b96e4d8e4ca9a808cf18b3a566c3c Reviewed-by: Karsten Heimrich <karsten.heimrich@digia.com>
Diffstat (limited to 'tests/auto/installer/settings/data/full_config.xml')
-rw-r--r--tests/auto/installer/settings/data/full_config.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/auto/installer/settings/data/full_config.xml b/tests/auto/installer/settings/data/full_config.xml
index b66764a6e..899cb4b7c 100644
--- a/tests/auto/installer/settings/data/full_config.xml
+++ b/tests/auto/installer/settings/data/full_config.xml
@@ -15,6 +15,8 @@ File should contain all elements we allow in a config.xml
<AdminTargetDir>@rootDir@InstallationDirectory</AdminTargetDir>
<Icon>icon</Icon>
+ <InstallerApplicationIcon>icon</InstallerApplicationIcon>
+ <InstallerWindowIcon>icon</InstallerWindowIcon>
<Logo>logo</Logo>
<Watermark>watermark</Watermark>
<Background>background</Background>