Details
-
Bug
-
Resolution: Done
-
P2: Important
-
5.10.1
-
None
-
143f7cc12e730f8bf62c8167c0223d9add4702a7
Description
I try to cross-build Qt with WebEngine from x86 to ARM. However, WebEngine get's disabled because configure thinks the host compiler has issues. The issues are caused by configure passing --sysroot to the host compiler, making it use target headers which fails for obvious reasons.