On Monday November 05 2018 16:34:31 Allan Sandfeld Jensen wrote: >I build all of Qt regularly with clang to make sure qtwebengine works like >that
Have you tried 5.9.x recently? I ran into an issue that appears to be known (and fixed upstream) where gn fails to link because of missing __atomic_bool_is_lock_free symbols. The fix is to link with -latomic on Linux and Android. I just linked the executable manually (copy/paste, add -latomic) and relaunched the QWE build. That was yesterday evening late, this morning the thing was still building. R _______________________________________________ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest