diff options
Diffstat (limited to 'build_scripts/wheel_files.py')
| -rw-r--r-- | build_scripts/wheel_files.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/build_scripts/wheel_files.py b/build_scripts/wheel_files.py index e4a29d8ac..48d85ecac 100644 --- a/build_scripts/wheel_files.py +++ b/build_scripts/wheel_files.py @@ -581,6 +581,7 @@ def module_QtQuick() -> ModuleData: data.metatypes.extend(_metatypes) json_data = get_module_json_data("Quick") data.plugins = get_module_plugins(json_data) + data.extra_files.append("svgtoqml*") return data |
