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:
Fabian Kosmale 2021-11-26 09:42:27 +01:00
parent 20783c4170
commit 7e11ddc930

View File

@ -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