Missing file wasm_shell.html
Unsolved
Qt for WebAssembly
-
I'm trying to use the WebAssembly support (i.e., QMAKESPEC is defined as wasm-emscripten) in Qt v6.3.0 on a 64-bit Linux system. The build of our application fails with this (somewhat redacted) error message:
make[2]: *** No rule to make target '/<redacted>/qt/Qt6.3.0/6.3.0/gcc_64/mkspecs/features/wasm/../../../src/plugins/platforms/wasm/wasm_shell.html', needed by 'apphtml'. Stop.
So it's looking for a directory named src in gcc_64, but there is no such directory. We've tried installing a couple of different pieces with the MaintenanceTool, but the build still fails with the same error.