Talk:Qt for WebAssembly

From Qt Wiki
Revision as of 08:00, 5 June 2018 by Redfeatherplusplus (talk | contribs) (Created page with "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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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!