summaryrefslogtreecommitdiffstats
path: root/doc/installerfw.qdoc
diff options
context:
space:
mode:
Diffstat (limited to 'doc/installerfw.qdoc')
-rw-r--r--doc/installerfw.qdoc13
1 files changed, 6 insertions, 7 deletions
diff --git a/doc/installerfw.qdoc b/doc/installerfw.qdoc
index 043789722..8ef06738f 100644
--- a/doc/installerfw.qdoc
+++ b/doc/installerfw.qdoc
@@ -361,6 +361,10 @@
relative paths, which the tools resolve relative to the location of
the config.xml file.
+ \note The filenames of the referred files must be unique. That is, if you
+ want to use the same image for both \c <Logo> and \c <Watermark>, you
+ must add two copies of the image file with different filenames.
+
You can use predefined variables (embedded in @ characters) as values of the
elements. For more information, see \l{Predefined Variables}.
@@ -388,18 +392,13 @@
\li URL to a page that contains product information on your web
site.
\row
- \li Icon
- \li Filename for a custom installer icon. The actual file is looked up by attaching
- a '.icns' (macOS), '.ico' (Windows) or '.png' (Unix) suffix. Deprecated,
- use \c <InstallerApplicationIcon> or \c <InstallerWindowIcon>
- instead.
- \row
\li InstallerApplicationIcon
\li Filename for a custom installer icon. The actual file is looked up by attaching
- a '.icns' (macOS), '.ico' (Windows). No functionality on Unix.
+ a '.icns' (macOS), '.ico' (Windows) suffix. No functionality on Unix.
\row
\li InstallerWindowIcon
\li Filename for a custom window icon in PNG format for the Installer application.
+ Used on Windows and Linux, no functionality on macOS.
\row
\li Logo
\li Filename for a logo used as \c QWizard::LogoPixmap.