Talk:Qt for WebAssembly: Difference between revisions

From Qt Wiki
Jump to navigation Jump to search
(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...")
 
(No difference)

Latest revision as of 08:00, 5 June 2018

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!