aboutsummaryrefslogtreecommitdiffstats
path: root/build_scripts/wheel_files.py
diff options
context:
space:
mode:
Diffstat (limited to 'build_scripts/wheel_files.py')
-rw-r--r--build_scripts/wheel_files.py6
1 files changed, 6 insertions, 0 deletions
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