diff --git a/src/corelib/Qt6CoreDeploySupport.cmake b/src/corelib/Qt6CoreDeploySupport.cmake index a46b99ac129..3ec2e042780 100644 --- a/src/corelib/Qt6CoreDeploySupport.cmake +++ b/src/corelib/Qt6CoreDeploySupport.cmake @@ -562,7 +562,7 @@ function(qt6_deploy_translations) if(arg_CATALOGS) set(catalogs ${arg_CATALOGS}) else() - set(catalogs qt qtbase) + set(catalogs qtbase) # Find the translations that belong to the Qt modules that are used by the project. # "Used by the project" means just all modules that are pulled in via find_package for now.