Details
-
Bug
-
Resolution: Won't Do
-
P2: Important
-
None
-
5.11.1
-
None
Description
When doing a top level build of qt5.git for WebAssembly, it will fail in Qt 3D with the following error:
qtickclock.cpp:91:14: error: no type named 'usleep' in 'QThread' QThread::usleep(sleepTimeMicroSeconds); ~~~~~~~~~^ 1 error generated.
because the no-thread support is missing, I guess.