Cross Compiling QtWebEngineWidgets
-
Any ideas for building QtWebEngineWidgets/QtWebEngine when cross compiling.
I am bringing up Qt5.13.1 on raspberry Pi4, host is Ubuntu 16.04. The last piece of the puzzle is being able to build libQtWebEngineWidgets.so and libQtWebEngine.so.cutting from my bash script..
configure -opengl desktop -qpa xcb -no-eglfs -device linux-rasp-pi3-vc4-g++ -device-option CROSS_COMPILE=$__armtools -webengine-embedded-build -webengine-icu -webengine-ffmpeg -webengine-opus -webengine-webrtc -no-use-gold-linker -sysroot $__sys -make libs -prefix /usr/local/qt5pi -hostprefix $__qke_dir -nomake examples -v -skip qtscxml -skip qtscript -skip qtcharts -skip qt3d -skip qtdatavis3d -skip qtcanvas3d -skip qtgamepad -skip qtvirtualkeyboard -skip qtwinextras -skip qtlocation -skip qtpurchasing -developer-build"