Crossplatform webview in Qt5.6

拟墨画扇 提交于 2019-12-04 03:59:36

You can't use MinGW for the web engine with Qt. It is said here:

Windows: Visual Studio 2013 or Visual Studio 2015

and you can find more information on this page. Also, the fact that MinGW can't be used with Qt WebEngine has been reported as bugs (e.g. 42725) and it is explained :

It is very unlikely that Chromium itself will support MinGW, and likewise it would be a lot of work for the QtWebEngine team to achieve this. It is quite a shame that Qt MinGW packages will be incomplete because of this.

Chromium is the browser integrated by QWebEngine, and in QWebkit the browser integrated was WebKit, hence the fact you can't use MinGW anymore for QWebEngine.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!