diff options
Diffstat (limited to 'build_scripts/wheel_files.py')
| -rw-r--r-- | build_scripts/wheel_files.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/build_scripts/wheel_files.py b/build_scripts/wheel_files.py index b6f96e182..cbcdbb678 100644 --- a/build_scripts/wheel_files.py +++ b/build_scripts/wheel_files.py @@ -374,6 +374,7 @@ def module_QtNetwork() -> ModuleData: def module_QtBluetooth() -> ModuleData: data = ModuleData("Bluetooth") + data.translations.append("qtconnectivity_*") return data @@ -961,4 +962,5 @@ def module_QtLocation() -> ModuleData: data = ModuleData("Location") json_data = get_module_json_data("Location") data.plugins = get_module_plugins(json_data) + data.translations.append("qtlocation_*") return data |
