Qt 6.11 is out! See what's new in the release
blog
How to install WebEngine in Qt5.8.0_msvc2013
-
I want to use google map in Qt, but when i add
QT += webengine webenginewidgets, then show error:Project ERROR: Unknown module(s) in QT: webengine webenginewidgetsI down binary from github:
https://github.com/annulen/webkit/releases
but it is for MSVC2015, and i am MSVC2013。
I also try to build QWebEngine by myself, but it no success. So, how to install QWebEngine in Qt5.8.0_msvc2013?, my environment:
Qt 5.8.0_msvc2013_x86 Windows7_x86Please help me,Thanks.
-
Hi,
If you want to use QtWebEngine you have to upgrade to at least VS2015. That's nothing Qt related, the chromium project which QtWebEngine is built on top has a hard lower limit on VS2015.
It's in the QtWebEngne Windows platform notes.