aboutsummaryrefslogtreecommitdiffstats
path: root/build_scripts/wheel_files.py
diff options
context:
space:
mode:
authorShyamnath Premnadh <Shyamnath.Premnadh@qt.io>2024-04-16 14:28:52 +0200
committerShyamnath Premnadh <Shyamnath.Premnadh@qt.io>2024-04-18 15:35:04 +0200
commit0e7ce66678e6f7e05b7354fb962dc100d74c745b (patch)
tree0d9fbfcfaa379d76b76392a6b409191f2981ea1a /build_scripts/wheel_files.py
parent4194ab757e01909c8a7249fa184e6941eb1db7c5 (diff)
Tooling: add pyside6-balsam
- Also add the relevant documentation Pick-to: 6.7 6.6 6.5 Task-number: PYSIDE-2629 Change-Id: Ic2e7798a5f0ff7015cb87089dda2420ed6327ca2 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@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 6476b1609..d34ada113 100644
--- a/build_scripts/wheel_files.py
+++ b/build_scripts/wheel_files.py
@@ -775,6 +775,7 @@ def module_QtQuick3D() -> ModuleData:
data.metatypes.extend(_metatypes)
data.extra_files.append("Qt/plugins/assetimporters/libassimp*")
data.extra_files.append("qsb*")
+ data.extra_files.append("balsam*")
return data