Compiling WebAssembly on MacOS in Qt Creator
Unsolved
Qt for WebAssembly
-
Hello,
I am trying to compile project on Mac using Qt Creator, but I got a few questions.
First, there is a warning: warning: Project WARNING: This Qt was built with Emscripten version 1.39.8. You have . The difference may cause issues.
Even though the version of emsdk is set to 1.39.8, but it looks like it starts to compile.Then, I am getting this error: "make: em++: No such file or directory"
Anyone was able to resolve it? From terminal I can qmake and make it.