Qt6WebEngine Installation problem
-
I install the qt webengine using qt maintanance tool but when I go this directry
"C:\Qt\6.7.2\msvc2019_64\lib\cmake" I am unable to find it also my projects configuration file does not found it.
How can i fix this problem and also tell why this error is coming. Also, the related qweb files like given below they installed and also show in the directry but webengine does not.
webenginecore
webenginecoretools
webenginequick
webenginequickdelegationsqml
webenginewidgets
websockets
webview
webchannel
webchannelquick -
You either have to build QWebEngine (or WebEngineWidgets) from source if you want it for Qt 6.7.2.
QWebEngine is available through the Qt Maintenance Tool only in certain versions. For example 6.6.2.
I just upgraded from 6.6.2 to 6.9.0 but faced the same problem. Luckily, 6.9.1 (downloaded via Maintenance Tool) Includes Qt WebEngine Module for msvc2022_64, so I upgraded directly to 6.9.1.