diff options
Diffstat (limited to 'build_scripts/wheel_files.py')
| -rw-r--r-- | build_scripts/wheel_files.py | 6 |
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") |
