Qt wiki will be updated on October 12th 2023 starting at 11:30 AM (EEST) and the maintenance will last around 2-3 hours. During the maintenance the site will be unavailable.
Talk:Qt for WebAssembly
Some feedback on step 3: https://wiki.qt.io/Qt_for_WebAssembly#Building_and_running_applications
Suggest adding a sample instruction for a known working project.
I'm pretty new to Qt and got kinda lost here. I ended up getting it working. But it should be noted that if you try to bluntly follow instructions from: http://doc.qt.io/qt-5/qmake-tutorial.html. You'll get an 'is lacking an install target error'.
Not sure if this is normal or exclusive to the wasm version (I expect the latter). I got it working with examples/opengl/hellogles3. Since that one has a .pro file with install targets included.
Anyways, very cool work!