Talk:Qt for WebAssembly

From Qt Wiki
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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!