What happened to QtWebView in release 5.11.0?
Unsolved
Qt WebKit
-
@PJM4B said in What happened to QtWebView in release 5.11.0?:
The example minibrowser in Qt-5.11.0 does not compile with Mingw
For Qt 5.11, use MSVC 2017 if you want Qt WebView (or Qt WebEngine).
On Desktop platforms, Qt WebView is a thin wrapper around Qt WebEngine. The thing is, Qt WebEngine uses Chromium internally, and Chromium does not support MinGW.