Details
-
Bug
-
Resolution: Fixed
-
P2: Important
-
None
-
5.15.10, 5.15.2
-
Windows 10 Pro 21H2, MSVC 2019 x86 and x64
Description
Qt 6 comes with the debug versions of the Designer plugins:
- C:\Qt\6.3.1\msvc2019_64\plugins\designer\qaxwidgetd.dll
- C:\Qt\6.3.1\msvc2019_64\plugins\designer\qquickwidgetd.dll
- C:\Qt\6.3.1\msvc2019_64\plugins\designer\qwebengineviewd.dll
However, the equivalent debug plugins are missing from the MSVC kits of Qt 5.15. This means QUiLoader might not work correctly when the application is built and run in Debug mode.
(MinGW kits don't have this issue)
Attachments
Issue Links
- relates to
-
QTCREATORBUG-27807 Embedded Qt Designer does not support QWebEngineView
- Closed