aboutsummaryrefslogtreecommitdiffstats
path: root/build_scripts/wheel_files.py
diff options
context:
space:
mode:
authorShyamnath Premnadh <Shyamnath.Premnadh@qt.io>2023-10-12 11:00:23 +0200
committerShyamnath Premnadh <Shyamnath.Premnadh@qt.io>2023-10-12 11:14:27 +0200
commit42ed4d26058197b8ab5f972a7ddc706f345b1bb3 (patch)
treefffbc2fa223f61170def96da8c72a41c9e089706 /build_scripts/wheel_files.py
parentd6afde733ee83fe713a92d4d6ea4d5758fba98a9 (diff)
PySide build: add QtAsyncio to PySide6-Addons wheel
Pick-to: 6.6 Task-number: PYSIDE-769 Change-Id: I6cf2ed970ab3e4811841ca845dba7e1c1bfd4f87 Reviewed-by: Adrian Herrmann <adrian.herrmann@qt.io> Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io> Reviewed-by: Cristian Maureira-Fredes <cristian.maureira-fredes@qt.io>
Diffstat (limited to 'build_scripts/wheel_files.py')
-rw-r--r--build_scripts/wheel_files.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/build_scripts/wheel_files.py b/build_scripts/wheel_files.py
index 275423474..e4daa59a6 100644
--- a/build_scripts/wheel_files.py
+++ b/build_scripts/wheel_files.py
@@ -989,6 +989,7 @@ def module_QtLocation() -> ModuleData:
def module_QtAsyncio() -> ModuleData:
data = ModuleData("Asyncio")
+ data.extra_dirs.append("QtAsyncio")
return data