First time compiling Qt Web Assembly, CMakeLists.txt not found..
Unsolved
Qt for WebAssembly
-
Hello!..
i have followed everything on the documented page for it : https://doc.qt.io/qt-6/wasm.htmlIntalled Qt WebAssembly from Maintenance Tool, then downloaded Emscripten, installed the version Qt suggested and everything went fine.. no errors...
I added "C:\Qt\6.2.4\wasm_32\bin" to environment Windows path, so i directly type:
$ qt-cmake . $ cmake --build .
but then...
i miss CMakeLists.txt, my project uses qmake.
-
qmake still works for apps!