aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorChristian Kandeler <christian.kandeler@qt.io>2017-08-11 17:36:36 +0200
committerChristian Kandeler <christian.kandeler@qt.io>2017-08-14 09:11:34 +0000
commit5fcddbfa4708bc19ed9808cbbce319b1c59cde54 (patch)
treec0ab7c47418cde91e844f4b6dae5b55e8f95e419 /doc
parentfe79dab20ef733216aa9fa724acd4c12017ceb52 (diff)
Make a Group's prefix default to the one of the parent group
This should be the most sensible default. [ChangeLog] Groups without a prefix now inherit the one of the parent group. Change-Id: Ieee94d1a0f5cb073def8db9feff8c1ca5ea1eacf Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
Diffstat (limited to 'doc')
-rw-r--r--doc/reference/items/language/group.qdoc8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/reference/items/language/group.qdoc b/doc/reference/items/language/group.qdoc
index 4d6262b5c..e2d66cb0a 100644
--- a/doc/reference/items/language/group.qdoc
+++ b/doc/reference/items/language/group.qdoc
@@ -96,9 +96,9 @@
Groups may also appear in modules, which causes the respective sources to be added to the
products depending on said module.
- Groups can be nested. In this case, child groups inherit the module properties and the file
- tags of their parent group. The condition of a child group gets logically ANDed with the one
- of its parent group.
+ Groups can be nested. In this case, child groups inherit the module properties and file
+ tags as well as the prefix of their parent group. The condition of a child group gets logically
+ ANDed with the one of its parent group.
\section1 Group Properties
@@ -124,7 +124,7 @@
\row
\li prefix
\li string
- \li empty string
+ \li prefix of the parent group if one exists, otherwise empty
\li A string to prepend to all files. Slashes are allowed and have directory semantics.
\row
\li fileTagsFilter