diff --git a/cmake/QtModuleHelpers.cmake b/cmake/QtModuleHelpers.cmake index 754a4002e99..c4bcbd11ac0 100644 --- a/cmake/QtModuleHelpers.cmake +++ b/cmake/QtModuleHelpers.cmake @@ -1065,6 +1065,11 @@ function(qt_describe_module target) endif() endif() + get_target_property(is_internal ${target} _qt_is_internal_module) + if(is_internal) + string(APPEND extra_module_information "\n \"internal\": true,") + endif() + set(extra_build_information "") if(ANDROID) string(APPEND extra_build_information "