Tested:
EMSDK 1.38.9: OpenSSL cannot be compiled, since the packed gcc is older than requested
EMSDK 1.39.16: Could compile but become frozen.
EMSDK 2.0.6: Compiled, but every time I add QQuickView *view = new QQuickView(), the console log says:
-- constructing QQuickView
qtloader.js:382 Blocking on the main thread is very dangerous, see https://emscripten.org/docs/porting/pthreads.html#blocking-
on-the-main-browser-thread
and the execution hangs.
It is possible that I oversee something, but every other modules are fine: multithreading is running, QGraphicsScene is there and works fine. I have only issue with this QML part.