aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJake Petroules <jake.petroules@qt.io>2017-08-28 22:40:20 -0700
committerJake Petroules <jake.petroules@qt.io>2017-08-29 17:26:55 +0000
commitb3245a3897af2e62abe8a08697efbc476898c0ed (patch)
tree1c7b2bc850be75dacffe957144614800d805f623
parenta9bad8782e88cb188e5dd67402dcb2dc265ea070 (diff)
Document the relevant file tags of the nsis module
Task-number: QBS-934 Change-Id: I7e68da609dbf57f7d280335511d9b3a9fe6e9083 Reviewed-by: Christian Kandeler <christian.kandeler@qt.io> Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
-rw-r--r--doc/reference/modules/nsis-module.qdoc26
1 files changed, 26 insertions, 0 deletions
diff --git a/doc/reference/modules/nsis-module.qdoc b/doc/reference/modules/nsis-module.qdoc
index 20f1174e6..f409d17bc 100644
--- a/doc/reference/modules/nsis-module.qdoc
+++ b/doc/reference/modules/nsis-module.qdoc
@@ -156,4 +156,30 @@
\li Directory where the compiler 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{"nsh"}
+ \li \c{*.nsh}
+ \li 1.2
+ \li This tag is attached to NSIS header files.
+ \row
+ \li \c{"nsi"}
+ \li \c{*.nsi}
+ \li 1.2
+ \li This tag is attached to NSIS script files.
+ \row
+ \li \c{"nsissetup"}
+ \li -
+ \li 1.2
+ \li The rule that creates the NSIS setup executable attaches this tag to its output
+ artifact.
+ \endtable
*/