Details
-
Type:
Bug
-
Status: Closed
-
Priority:
P2: Important
-
Resolution: Done
-
Affects Version/s: 5.15.0 RC2
-
Fix Version/s: 6.0.0 Alpha
-
Component/s: Quick: Core Declarative QML , Quick: Other
-
Labels:None
-
Environment:MSVC 2019, Win10 2004 x64
-
Platform/s:
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.