summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorFrerich Raabe <raabe@froglogic.com>2016-06-18 01:19:05 +0200
committerIikka Eklund <iikka.eklund@qt.io>2016-11-08 10:22:11 +0000
commit6e5ef08718b7b638b57dda4ef4a7bdbfe8046743 (patch)
tree3ed467fdc10ad74d339a54dda3685aa4e1c139e3 /doc
parent9269a8262f8d7ed433c1b3b5d63ebc0608abae9f (diff)
Automatically load all fonts in 'fonts/' resources
...such that they can be used in style sheets. Change-Id: I677be428972dbfe9385cf438b0ccf2f0f3fcd822 Reviewed-by: Karsten Heimrich <karsten.heimrich@qt.io>
Diffstat (limited to 'doc')
-rw-r--r--doc/installerfw.qdoc5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/installerfw.qdoc b/doc/installerfw.qdoc
index d543c040b..3f8d3a12e 100644
--- a/doc/installerfw.qdoc
+++ b/doc/installerfw.qdoc
@@ -870,6 +870,11 @@
their dependencies and all packages that share the same prefix, unless you
specify the \c --nodeps parameter.
+ In the optional resource files specified via the \c --resources parameter, a
+ special \c fonts/ path can be used to ship custom fonts. These fonts will
+ be loaded automatically and thus become available in a stylesheet which can
+ be specified via the \c StyleSheet variable.
+
On Windows, the name of the target binary is automatically extended with
.exe, if you do not specify the extension. On Mac, the target is
created as an application bundle with the extension .app, which is automatically