Cross compile QtWebengine 5.9.1 on embedded linux
-
I have cross compiled Qt5.9.1 for an arm linux platform. I see that qtwebengine and qtwebview is not build because opengl is missing.
Is opengl necessary to build qtwebengine to work on linuxfb ? If so, can anyone provide me the dependency list for opengl without x11 and some guiding light to how to cross compile it ?
I came to know that QtWebengine can use software renderer such as QtQuick2drenderer in Qt 5.7. What are the possibilities that i can do the same in Qt 5.9.1 ?
Thank you for your time.
-
@Kart said in Cross compile QtWebengine 5.9.1 on embedded linux:
I came to know that QtWebengine can use software renderer such as QtQuick2drenderer in Qt 5.7. What are the possibilities that i can do the same in Qt 5.9.1 ?
I cross compiled QT5.9.3 for raspberry pi CM3 with X11 support. but when runining qtwebengine example ( demobrowser) I find a problem : mouse click isn"t handled
i dont know if this related to my corss compilation or to QT5.9.3 it self.
here is a link ( you could enable or disable X11 support before starting the compilation)
https://github.com/chschnell/build-qt5-rpi