What happened to QtWebView in release 5.11.0?
-
wrote on 25 May 2018, 22:28 last edited by
-
The example minibrowser in Qt-5.11.0 does not compile with Mingw
In main.qml QML module not found. See screenshot.Where is QtWebView in this release?
@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.
-
The example minibrowser in Qt-5.11.0 does not compile with Mingw
In main.qml QML module not found. See screenshot.Where is QtWebView in this release?
wrote on 4 Jun 2018, 20:17 last edited by@PJM4B QWebview even with previous versions of Qt works only with one of either MSVC, Android, iOS kits but not MinGW.