From 7e11ddc930f51dcfee031b92fb944bd1d4511d81 Mon Sep 17 00:00:00 2001 From: Fabian Kosmale Date: Fri, 26 Nov 2021 09:42:27 +0100 Subject: [PATCH] qt_internal_add_module: Document HEADER_MODULE and STATIC Task-number: QTBUG-94863 Change-Id: If52ed7e17ea77d8cb6e0255e988feb0b1bd0aa76 Reviewed-by: Joerg Bornemann --- cmake/QtModuleHelpers.cmake | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/cmake/QtModuleHelpers.cmake b/cmake/QtModuleHelpers.cmake index 02300ed43d..98edb19f8c 100644 --- a/cmake/QtModuleHelpers.cmake +++ b/cmake/QtModuleHelpers.cmake @@ -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