qt_internal_add_module: Document HEADER_MODULE and STATIC
Task-number: QTBUG-94863 Change-Id: If52ed7e17ea77d8cb6e0255e988feb0b1bd0aa76 Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
This commit is contained in:
parent
20783c4170
commit
7e11ddc930
@ -61,6 +61,14 @@ endmacro()
|
||||
# For the SomeInternalModulePrivate target, the MODULE_INTERFACE_NAME will be
|
||||
# SomeInternalModule
|
||||
#
|
||||
# HEADER_MODULE
|
||||
# Creates an interface library instead of following the Qt configuration default. Mutually
|
||||
# exclusive with STATIC.
|
||||
#
|
||||
# STATIC
|
||||
# Creates a static library instead of following the Qt configuration default. Mutually
|
||||
# exclusive with HEADER_MODULE.
|
||||
#
|
||||
function(qt_internal_add_module target)
|
||||
qt_internal_get_internal_add_module_keywords(
|
||||
module_option_args
|
||||
|
Loading…
Reference in New Issue
Block a user