aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorJake Petroules <jake.petroules@qt.io>2017-08-28 22:40:34 -0700
committerJake Petroules <jake.petroules@qt.io>2017-08-29 17:27:20 +0000
commit704066d0d9eb4ce33082fb52b158382277897852 (patch)
tree1438c9ae4c4c0a0015d53e785913e17d49b26196 /doc
parentb3245a3897af2e62abe8a08697efbc476898c0ed (diff)
Document the relevant file tags of the wix module
Task-number: QBS-934 Change-Id: I351fcaead747bc7fab4eee11d53998c8c77d2150 Reviewed-by: Christian Kandeler <christian.kandeler@qt.io> Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
Diffstat (limited to 'doc')
-rw-r--r--doc/reference/modules/wix-module.qdoc43
1 files changed, 43 insertions, 0 deletions
diff --git a/doc/reference/modules/wix-module.qdoc b/doc/reference/modules/wix-module.qdoc
index 2b01d26e5..1a7309654 100644
--- a/doc/reference/modules/wix-module.qdoc
+++ b/doc/reference/modules/wix-module.qdoc
@@ -227,4 +227,47 @@
\li Directory where the linker binary is located.
This should not normally need to be changed.
\endtable
+
+ \section1 Relevant File Tags
+
+ \table
+ \header
+ \li Tag
+ \li Auto-tagged File Names
+ \li Since
+ \li Description
+ \row
+ \li \c{"msi"}
+ \li -
+ \li 1.2
+ \li The rule that creates the Microsoft Installer setup file attaches this tag to its output
+ artifact.
+ \row
+ \li \c{"wixpdb"}
+ \li -
+ \li 1.2
+ \li The rule that creates the Microsoft Installer setup file or WiX setup executable
+ attaches this tag to the associated debug symbol file.
+ \row
+ \li \c{"wixsetup"}
+ \li -
+ \li 1.2
+ \li The rule that creates the WiX setup executable attaches this tag to its output artifact.
+ \row
+ \li \c{"wxi"}
+ \li \c{*.wxi}
+ \li 1.2
+ \li This tag is attached to WiX include files.
+ \row
+ \li \c{"wxl"}
+ \li \c{*.wxl}
+ \li 1.2
+ \li This tag is attached to WiX localization files.
+ \row
+ \li \c{"wxs"}
+ \li \c{*.wxs}
+ \li 1.2
+ \li This tag is attached to WiX source files.
+ Each source file will be compiled into one WiX object file.
+ \endtable
*/