CPackIFW: Document cpack_ifw_configure_component DEPENDS option

This commit is contained in:
Konstantin Podsvirov 2014-07-25 10:47:07 +04:00 committed by Brad King
parent 38065563b6
commit b234000184
1 changed files with 3 additions and 0 deletions

View File

@ -95,6 +95,7 @@
# [SCRIPT <script>]
# [NAME <name>]
# [PRIORITY <priority>]
# [DEPENDS <com_id> ...]
# [LICENSES <display_name> <file_path> ...])
#
# This command should be called after cpack_add_component command.
@ -109,6 +110,8 @@
#
# ``PRIORITY`` is priority of the component in the tree.
#
# ``DEPENDS`` list of dependency component identifiers in QtIFW_ style.
#
# ``LICENSES`` pair of <display_name> and <file_path> of license text for this
# component. You can specify more then one license.
#