From 78af9f8e1d7f5b93ca3c67b16984dcda75499a98 Mon Sep 17 00:00:00 2001 From: Shyamnath Premnadh Date: Thu, 30 Mar 2023 15:37:52 +0200 Subject: PySide: Add QtLocation to wheel - Amends 452eac0702688a74539d2e66be07d6f322aa11ab Change-Id: I1a6c9c68f689e1ccd875fad8ab2dda0de5fd1f0e Reviewed-by: Friedemann Kleint (cherry picked from commit 9575e9d745b1a4f61cc867df5200c4b1e74718af) Reviewed-by: Qt Cherry-pick Bot --- build_scripts/wheel_files.py | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/build_scripts/wheel_files.py b/build_scripts/wheel_files.py index 148bca6df..7ed44c71e 100644 --- a/build_scripts/wheel_files.py +++ b/build_scripts/wheel_files.py @@ -184,6 +184,7 @@ def wheel_files_pyside_addons() -> List[ModuleData]: module_QtWebEngineWidgets(), module_QtWebSockets(), module_QtHttpServer(), + module_QtLocation(), ] return files @@ -923,3 +924,8 @@ def module_QtJsonRpc() -> ModuleData: data = ModuleData("JsonRpc") data.metatypes.append("qt6jsonrpcprivate_relwithdebinfo_metatypes.json") return data + + +def module_QtLocation() -> ModuleData: + data = ModuleData("Location") + return data -- cgit v1.2.3