aboutsummaryrefslogtreecommitdiffstats
path: root/doc/reference/modules/bundle-module.qdoc
diff options
context:
space:
mode:
authorJake Petroules <jake.petroules@qt.io>2017-01-26 19:28:38 -0800
committerJake Petroules <jake.petroules@qt.io>2017-02-08 11:16:22 +0000
commite9fb1cc49edc9d50be5cff2f08599a9056627581 (patch)
tree5778e6e1715242d36315df6878fccd262764ee94 /doc/reference/modules/bundle-module.qdoc
parent08c5bfa1a860cf33ed4da951a543d434045e8345 (diff)
Attach the bundle.content file tag to files that are part of a bundle
This simplifies installation for end users, as they only ever have to use this one tag to install an entire bundle, rather than having to remember every possible file tag attached to the output artifacts of rules which install their output to a bundle. Refactor associated rules to handle this new internal workflow. This paves the way for other new functionality like bundle embedding. Change-Id: I76369383ae08d1ff5433b73d517a657dbd329b78 Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
Diffstat (limited to 'doc/reference/modules/bundle-module.qdoc')
-rw-r--r--doc/reference/modules/bundle-module.qdoc15
1 files changed, 15 insertions, 0 deletions
diff --git a/doc/reference/modules/bundle-module.qdoc b/doc/reference/modules/bundle-module.qdoc
index 92b51029a..956d8fe8b 100644
--- a/doc/reference/modules/bundle-module.qdoc
+++ b/doc/reference/modules/bundle-module.qdoc
@@ -293,4 +293,19 @@
\li Path of the bundle's Versions subdirectory.
This is only relevant for (non-shallow) framework bundles.
\endtable
+
+ \section1 Relevant File Tags
+
+ \table
+ \header
+ \li Tag
+ \li Auto-tagged File Names
+ \li Since
+ \li Description
+ \row
+ \li \c{"bundle.content"}
+ \li -
+ \li 1.8
+ \li This tag is attached to the output artifacts of the rule that produces the bundle.
+ \endtable
*/