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
_______________________________________________
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest

Reply via email to