Project ERROR: Unknown module(s) in QT: webengine

北战南征 提交于 2019-12-05 14:31:03

My understanding (sorry no reference to hand), but cross compiling webengine is only supported on the paid for enterprise edition of Qt.

I'm not sure it's documented anywhere, but Qt WebEngine is only available on desktop platforms. You might try using the lightweight WebView control instead.

No Wayland or Server, you can compile with support EGLFS. In its add image recipe:

DISTRO_FEATURES_remove = "wayland x11"
DISTRO_FEATURES + = "opengl"

PACKAGECONFIG_GL_pn-qtbase = "gles2 linuxfb"
PACKAGECONFIG [gles2] = "-opengl s2 -eglfs,, virtual / virtual / egl libgles2"
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!