From 62bea90207b6fde116ef6fbb926565b648708d57 Mon Sep 17 00:00:00 2001 From: Joerg Bornemann Date: Wed, 31 Jan 2024 16:25:16 +0100 Subject: qt6_deploy_translations: Don't deploy the "qt" meta-catalog The "qt" meta-catalog is some relic from the past that pulls in the translations for qtbase and qtmultimedia. The qtbase translations are deployed by default, and the qtmultimedia translations are deployed if qtmultimedia is used by the project. Pick-to: 6.7 Change-Id: I53e5920d39f87162c418fb3f4cff7927ec9b5488 Reviewed-by: Alexandru Croitor --- src/corelib/Qt6CoreDeploySupport.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/corelib/Qt6CoreDeploySupport.cmake b/src/corelib/Qt6CoreDeploySupport.cmake index e3226b57a3..11765fbec9 100644 --- a/src/corelib/Qt6CoreDeploySupport.cmake +++ b/src/corelib/Qt6CoreDeploySupport.cmake @@ -569,7 +569,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. -- cgit v1.2.3