Trying another part of the build, it seems that qtwebengine is not included. Maybe this note in the qt5 bug report is relevant:
Code:
In src/3rdparty/chromium/third_party/skia/src/opts/SkRasterPipeline_opts.h
you change #if defined(JUMPER_IS_NEON) && defined(SK_CPU_ARM64) to not be true (because it does not compile otherwise)
Yet I’m not sure what needs to be changed.