Qt 6.11 is out! See what's new in the release
blog
EM_CONFIG env variable is ignored or overridden
-
How do I configure the path for
.emscriptenconfig file in Linux?I can not even scan a simple Web Assembly Qt/QML hello world app, let alone compile it.
It complains
em++: error: emscripten config file not found: /home/user/.emscripten.My
.emscriptenconfig file is located in/home/user/tools/emsdk/.emscripteninstead.user@user-desktop:~$ ls $EM_CONFIG /home/user/tools/emsdk/.emscriptenI have tried setting it up from
QtCreatorOptionsKits, still no success.

How do I force Qt to find
.emscriptenconfig file from a different path?