From 01c3565d3e484af0451060cdbdfc42f5d10dfb9a Mon Sep 17 00:00:00 2001 From: Maurice Kalinowski Date: Thu, 13 Oct 2016 09:16:06 +0200 Subject: [PATCH] winrt: Add documentation for verbatim manifest processing Change-Id: I4a2acc6844bd160b3ccdbcea4be1e1fbc1cc266d Reviewed-by: Oliver Wolff --- qmake/doc/src/qmake-manual.qdoc | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/qmake/doc/src/qmake-manual.qdoc b/qmake/doc/src/qmake-manual.qdoc index 1cfe4c99795..b6c950cab61 100644 --- a/qmake/doc/src/qmake-manual.qdoc +++ b/qmake/doc/src/qmake-manual.qdoc @@ -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.