Building QT for WebAssembly on windows
-
wrote on 6 Nov 2019, 16:03 last edited by
Is it still true that you must use a Linux subsystem to build on windows? I noticed that the WebAssembly Kit was listed in QT Creator 4.10.2 but QT Creator did not list emscripten as a compiler.
Thanks
Wil -
Is it still true that you must use a Linux subsystem to build on windows? I noticed that the WebAssembly Kit was listed in QT Creator 4.10.2 but QT Creator did not list emscripten as a compiler.
Thanks
Wilwrote on 6 Nov 2019, 22:58 last edited by@GaryT
Not necessary to use the Linux subsystem on windows, but you do need msys or mingw32 compiler, as nmake will not work with emscripten.Full WebAssembly support in QtCreator is still being worked out.
-
wrote on 7 Nov 2019, 16:12 last edited by
Thanks for the information. I will give it a try.
Do you think QTCreator will eventually support WebAssembly on windows?
-
Thanks for the information. I will give it a try.
Do you think QTCreator will eventually support WebAssembly on windows?
wrote on 7 Nov 2019, 18:37 last edited by@GaryT said in Building QT for WebAssembly on windows:
Thanks for the information. I will give it a try.
Do you think QTCreator will eventually support WebAssembly on windows?
Yes, the qtcreator beta currently released have semi working support on all platforms. It's a beta and kinks are still being worked out.
-
wrote on 7 Nov 2019, 19:50 last edited by
That is great news.
Thanks again.
2/5