Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Qt for WebAssembly
  4. Trying Webassembly. Where are these specific folders being specified ?

Trying Webassembly. Where are these specific folders being specified ?

Scheduled Pinned Locked Moved Solved Qt for WebAssembly
3 Posts 2 Posters 268 Views
  • 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 Offline
    G Offline
    gr_pace
    wrote on last edited by
    #1

    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.

    JKSHJ 1 Reply Last reply
    0
    • G gr_pace

      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.

      JKSHJ Offline
      JKSHJ Offline
      JKSH
      Moderators
      wrote on last edited by
      #2

      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
      1
      • JKSHJ JKSH

        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.

        G Offline
        G Offline
        gr_pace
        wrote on last edited by
        #3

        @JKSH Thank You !

        1 Reply Last reply
        1
        • G gr_pace has marked this topic as solved on

        • Login

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • Users
        • Groups
        • Search
        • Get Qt Extensions
        • Unsolved