Details
-
Bug
-
Resolution: Done
-
P2: Important
-
5.15.0 RC2
-
None
-
MSVC 2019, Win10 2004 x64
Description
I'm displaying SVG images in my Qt Quick applications, however, they can't be loaded without the Qt Widgets module (Qt5Widgets.dll).
I don't understand why the widgets module is necessary to display a SVG image.
Minimum re-produce project attached.
Steps to reproduce:
- Build the project.
- Run the application and the SVG image can be displayed successfully
- Delete or rename Qt5Widgets(d).dll
- Re-open the application and the SVG image can't be loaded.