Trying Webassembly. Where are these specific folders being specified ?
-
Ubuntu 20.04, QT 6.6, emsdk: 3.1.47
I keep my QT projects in: /home/grpace/Software Development/Qt Projects/
I'm just trying to compile a default widgets app, but getting these errors:13:27:07: Running steps for project wasmTest_2... 13:27:07: Starting: "/home/grpace/Qt-6/6.6.0/wasm_singlethread/bin/qmake" '/home/grpace/Software Development/Qt Projects/wasmTest_2/wasmTest_2.pro' -spec wasm-emscripten CONFIG+=debug CONFIG+=qml_debug Cannot find file: /home/grpace/Software. Cannot find file: Development/Qt. Cannot find file: Projects/wasmTest_2/wasmTest_2.pro. 13:27:07: The process "/home/grpace/Qt-6/6.6.0/wasm_singlethread/bin/qmake" exited with code 2. Error while building/deploying project wasmTest_2 (kit: WebAssembly Qt 6.6.0 (single-threaded)) When executing step "qmake" 13:27:07: Elapsed time: 00:00.
Where are the following folders being specified ? They don't exist on my system which causes build errors.
/home/grpace/Software.
Development/Qt.
Projects/wasmTest_2/Thanks in advance for any help.
-
Hi, and welcome!
@gr_pace said in Trying Webassembly. Where are these specific folders being specified ?:
Where are the following folders being specified ? They don't exist on my system which causes build errors.
/home/grpace/Software.
Development/Qt.
Projects/wasmTest_2/These are a misinterpretation of your original path, "/home/grpace/Software Development/Qt Projects/wasmTest_2/wasmTest_2.pro"
Use a path that contains no spaces instead.
-