Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Unsolved

    Solved Trying Webassembly. Where are these specific folders being specified ?

    Qt for WebAssembly
    2
    3
    58
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • G
      gr_pace last edited by

      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.

      JKSH 1 Reply Last reply Reply Quote 0
      • JKSH
        JKSH Moderators @gr_pace last edited by

        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.

        Qt Doc Search for browsers: forum.qt.io/topic/35616/web-browser-extension-for-improved-doc-searches

        G 1 Reply Last reply Reply Quote 1
        • G
          gr_pace @JKSH last edited by

          @JKSH Thank You !

          1 Reply Last reply Reply Quote 1
          • Topic has been marked as solved  G gr_pace 
          • First post
            Last post