aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJake Petroules <jake.petroules@qt.io>2017-08-28 22:39:50 -0700
committerJake Petroules <jake.petroules@qt.io>2017-08-29 17:26:22 +0000
commita9bad8782e88cb188e5dd67402dcb2dc265ea070 (patch)
tree81f211d9c671b2ab092dc314f4b4a1ded5d25910
parent3e43b91396876b49cca8e0f80511cae426b02cf3 (diff)
Document the relevant file tags of the bundle module
Task-number: QBS-934 Change-Id: I1abd73c9ff41ddc1b65a7b50cbd383c06cd6a005 Reviewed-by: Christian Kandeler <christian.kandeler@qt.io> Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
-rw-r--r--doc/reference/modules/bundle-module.qdoc6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/reference/modules/bundle-module.qdoc b/doc/reference/modules/bundle-module.qdoc
index 956d8fe8b..66949a4c6 100644
--- a/doc/reference/modules/bundle-module.qdoc
+++ b/doc/reference/modules/bundle-module.qdoc
@@ -307,5 +307,11 @@
\li -
\li 1.8
\li This tag is attached to the output artifacts of the rule that produces the bundle.
+ \row
+ \li \c{"infoplist"}
+ \li \c{Info.plist}, \c{*-Info.plist}
+ \li 1.5
+ \li Source files with this tag are Info property lists files or fragments that are merged
+ into the bundle's final Info.plist.
\endtable
*/