No rule to make target .... libqtmain.a
-
wrote on 18 Jul 2020, 08:53 last edited by
-
wrote on 17 Oct 2020, 17:34 last edited by
@fhryilmaz Did you solve this issue somehow? I am facing the same problem and, I haven't found a solution.
-
wrote on 19 Oct 2020, 21:29 last edited by
HI all,
I am having the same problem. I have done a little research on the issue. It appears that "libqtmain.a" is included in the make file but it does not exist anywhere in the wasm_32 subtree of the QT directory.
I don't know if the make file is in error or if the library is missing. Any information would be most appreciated.
Thanks
Gary -
wrote on 25 Oct 2020, 14:42 last edited by Yi C
Are you using Qt Creator?
Try changing the emcc compiler config's abi to
asmjs-unknown-unknown-emscripten-32bit
.