[Interest] QtWebEngine on i.MX6 eglfs

Michal Klocek michal.klocek at qt.io
Mon Aug 14 15:59:36 CEST 2017


Hi

The problem is that your qtwebenigne build is not detected as embedded
build, which means it is not configured for cross compilation. You have
couple of options to fix it:

1) in configure line use instead of platform -xplatform
2) or better use -sysroot, -device and device -option (see
mkspecs/devices/ for supported list of devices)

./configure -prefix <your prefix> -release  -device linux-imx6-g++
-device-option CROSS_COMPILE=<your toolchain path>
-sysroot <your sysroot path>

3) configure build explicitly with embedded feature
-feature-embedded

Br

Michal

On 08/14/2017 03:31 PM, Filip Piechocki wrote:
> 2 -platform



More information about the Interest mailing list