CPackIFW: Document cpack_ifw_configure_component DEPENDS option
This commit is contained in:
parent
38065563b6
commit
b234000184
|
@ -95,6 +95,7 @@
|
||||||
# [SCRIPT <script>]
|
# [SCRIPT <script>]
|
||||||
# [NAME <name>]
|
# [NAME <name>]
|
||||||
# [PRIORITY <priority>]
|
# [PRIORITY <priority>]
|
||||||
|
# [DEPENDS <com_id> ...]
|
||||||
# [LICENSES <display_name> <file_path> ...])
|
# [LICENSES <display_name> <file_path> ...])
|
||||||
#
|
#
|
||||||
# This command should be called after cpack_add_component command.
|
# This command should be called after cpack_add_component command.
|
||||||
|
@ -109,6 +110,8 @@
|
||||||
#
|
#
|
||||||
# ``PRIORITY`` is priority of the component in the tree.
|
# ``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
|
# ``LICENSES`` pair of <display_name> and <file_path> of license text for this
|
||||||
# component. You can specify more then one license.
|
# component. You can specify more then one license.
|
||||||
#
|
#
|
||||||
|
|
Loading…
Reference in New Issue