winrt: Add documentation for verbatim manifest processing
Change-Id: I4a2acc6844bd160b3ccdbcea4be1e1fbc1cc266d Reviewed-by: Oliver Wolff <oliver.wolff@qt.io>
This commit is contained in:
parent
c64e4bf6b4
commit
01c3565d3e
@ -2595,6 +2595,10 @@
|
||||
\li capabilities_device
|
||||
\li Specifies device capabilities to add to the capability list
|
||||
(location, webcam, and so on).
|
||||
\row
|
||||
\li CONFIG
|
||||
\li Specifies additional flags for processing the input manifest file.
|
||||
Currently, \c{verbatim} is the only available option.
|
||||
\row
|
||||
\li default_language
|
||||
\li The default language code of the application. Defaults to "en".
|
||||
@ -2727,6 +2731,14 @@
|
||||
WINRT_MANIFEST = someManifest.xml.in
|
||||
\endcode
|
||||
|
||||
In case the input manifest file should not be processed and only copied to
|
||||
the target directory, the verbatim configuration needs to be set.
|
||||
|
||||
\code
|
||||
WINRT_MANIFEST = someManifest.xml.in
|
||||
WINRT_MANIFEST.CONFIG += verbatim
|
||||
\endcode
|
||||
|
||||
\note The required image sizes of \e logo_small, \e logo_medium, and \e logo_large
|
||||
depend on the target platform. The general descriptions are overwritten if a
|
||||
description that specifies the size is provided.
|
||||
|
Loading…
x
Reference in New Issue
Block a user