diff options
Diffstat (limited to 'build_scripts/wheel_files.py')
| -rw-r--r-- | build_scripts/wheel_files.py | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/build_scripts/wheel_files.py b/build_scripts/wheel_files.py index 8636f471f..275423474 100644 --- a/build_scripts/wheel_files.py +++ b/build_scripts/wheel_files.py @@ -173,6 +173,7 @@ 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 @@ -989,3 +990,8 @@ def module_QtLocation() -> ModuleData: def module_QtAsyncio() -> ModuleData: data = ModuleData("Asyncio") return data + + +def module_QtExampleIcons() -> ModuleData: + data = ModuleData("ExampleIcons") + return data |
