Details
-
Type:
Bug
-
Status: Closed
-
Priority:
P2: Important
-
Resolution: Done
-
Affects Version/s: 5.10.1
-
Fix Version/s: 5.11.1
-
Component/s: Build System, WebEngine
-
Labels:None
-
Commits: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.