Details
-
Bug
-
Resolution: Out of scope
-
Not Evaluated
-
None
-
Qt Creator 7.0.2, Qt Creator 8.0.0-beta2
Description
The pre-built Qt Creator (installed by the online installer) is missing plugins\designer\qwebengineview.dll
Workaround
Manually deploy the binaries and resources needed to let Qt Creator load the Designer plugin.
For example, Qt Creator 8.0.2 uses Qt 6.3.2, so the files to deploy on WIndows are:
- C:\Qt\6.3.2\msvc2019_64\plugins\designer\ → C:\Qt\Tools\QtCreator\bin\plugins\designer\
- qwebengineview.dll
- C:\Qt\6.3.2\msvc2019_64\bin\ → C:\Qt\Tools\QtCreator\bin\
- Qt6Positioning.dll
- Qt6WebChannel.dll
- Qt6WebEngineCore.dll
- Qt6WebEngineWidgets.dll
- QtWebEngineProcess.exe
- C:\Qt\6.3.2\msvc2019_64\resources\ → C:\Qt\Tools\QtCreator\bin\resources\
- icudtl.dat
- qtwebengine_devtools_resources.pak
- qtwebengine_resources.pak
- qtwebengine_resources_100p.pak
- qtwebengine_resources_200p.pak
Attachments
Issue Links
- relates to
-
QTBUG-98472 [REG 6.2.1->6.3.0] Designer not launching on macOS
- Closed
-
QTBUG-100285 Windows: Qt Designer crash when selecting QWebEngineView
- Closed
-
QTBUG-104755 Qt 5 Designer plugins: Missing pre-built debug plugins
- Closed
- resulted in
-
QTBUG-108557 Qt Designer: Implement a lightweight dummy plugin for QWebEngineView
- Reported