aboutsummaryrefslogtreecommitdiffstats
path: root/build_scripts/wheel_files.py
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@qt.io>2025-07-03 10:59:37 +0200
committerFriedemann Kleint <Friedemann.Kleint@qt.io>2025-07-04 08:51:30 +0200
commitb2ee65edc7000ad7f7e91a319510974a5cd55db0 (patch)
tree47aa1916212620c43d36282e6e45188ba51f681b /build_scripts/wheel_files.py
parent88c71603d0089027133cf8ff69135e2168f73f22 (diff)
Remove QtExampleIcons module
The module will be removed from Qt since it is not used there. This effectively reverts 559fb65547236694dc04973f7fb6b39bac75d158. Task-number: PYSIDE-2206 Task-number: QTBUG-110428 Change-Id: I149c1e6a2c3672050b4d1ba4633f07c7cdac5c1d 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.py6
1 files changed, 0 insertions, 6 deletions
diff --git a/build_scripts/wheel_files.py b/build_scripts/wheel_files.py
index e84cf8cd2..3b8910a17 100644
--- a/build_scripts/wheel_files.py
+++ b/build_scripts/wheel_files.py
@@ -178,7 +178,6 @@ def wheel_files_pyside_essentials() -> list[ModuleData]:
module_QtSvg(),
module_QtSvgWidgets(),
module_QtUiTools(),
- module_QtExampleIcons(),
# Only for plugins
module_QtWayland(),
# there are no bindings for these modules, but their binaries are
@@ -1073,11 +1072,6 @@ def module_QtAsyncio() -> ModuleData:
return data
-def module_QtExampleIcons() -> ModuleData:
- data = ModuleData("ExampleIcons")
- return data
-
-
def module_QtWebView() -> ModuleData:
data = ModuleData("WebView")
json_data = get_module_json_data("WebView")