Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorShyamnath Premnadh <Shyamnath.Premnadh@qt.io>2024-07-23 16:54:48 +0200
committerShyamnath Premnadh <Shyamnath.Premnadh@qt.io>2024-07-31 14:35:25 +0200
commitb2b01c5b18465ee6ac1b42705eb2df22a69cc9ab (patch)
tree9b5b61ec15dc304b3af0238654c9e6ea153552a5 /build_scripts/wheel_files.py
parentd23c162a5734bb5024fc4e10e85788a7385238de (diff)
Add QtWebView
[ChangeLog][PySide6] QtWebView has been added. Pick-to: 6.5 6.7 Task-number: PYSIDE-2825 Change-Id: I4617cb6b170b37c232ba55aa8be374f150604105 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
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 bd97f0941..3bf9590a4 100644
--- a/build_scripts/wheel_files.py
+++ b/build_scripts/wheel_files.py
@@ -224,6 +224,7 @@ def wheel_files_pyside_addons() -> list[ModuleData]:
module_QtHttpServer(),
module_QtLocation(),
module_QtAsyncio(),
+ module_QtWebView(),
]
return files
@@ -1044,3 +1045,8 @@ def module_QtAsyncio() -> ModuleData:
def module_QtExampleIcons() -> ModuleData:
data = ModuleData("ExampleIcons")
return data
+
+
+def module_QtWebView() -> ModuleData:
+ data = ModuleData("WebView")
+ return data