Running QtWebEngine with C++

[亡魂溺海] 提交于 2019-12-04 04:05:01

It looks like it is only supported on a few compilers right now:

http://wiki.qt.io/QtWebEngine#Q:_On_which_platforms_will_it_run.3F

Try building with one of those configured, and it should work.

My guess is that basically the Chromium project it is built on is very complex with lots of dependencies and QtWebEngine hasn't been backported other compilers yet.

QtWebKit should still be supported most of the time, but QtWebEngine is where things are headed.

Hope that helps.

Webkit package installation can resolve the issue: [apt-get install libqt5webkit5-dev]

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