Building QT for WebAssembly on windows
-
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 -
@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.
-
Thanks for the information. I will give it a try.
Do you think QTCreator will eventually support WebAssembly on windows?
-
@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.
-
That is great news.
Thanks again.
5/5