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. Exclude SUBDIRS in .pro when compiling with WebAssembly
Forum Updated to NodeBB v4.3 + New Features

Exclude SUBDIRS in .pro when compiling with WebAssembly

Scheduled Pinned Locked Moved Solved Qt for WebAssembly
4 Posts 3 Posters 474 Views 2 Watching
  • 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.
  • D Offline
    D Offline
    David_001
    wrote on 20 Sept 2019, 11:32 last edited by David_001
    #1

    Hi is there a possibility to exclude SUBDIRS when compiling with Webassembly ? Something like this for win32:

    win32 {
    SUBDIRS += A_DIR
    }

    1 Reply Last reply
    0
    • L Offline
      L Offline
      lorn.potter
      wrote on 20 Sept 2019, 18:16 last edited by
      #2

      Yes, its named wasm

      !wasm: {
      SUBDIRS+=...
      }

      Freelance Software Engineer, Platform Maintainer QtWebAssembly, Maintainer QtSensors
      Author, Hands-On Mobile and Embedded Development with Qt 5 http://bit.ly/HandsOnMobileEmbedded

      1 Reply Last reply
      1
      • D Offline
        D Offline
        David_001
        wrote on 20 Sept 2019, 19:34 last edited by
        #3

        Thanks => SOLVED

        1 Reply Last reply
        0
        • V Offline
          V Offline
          Vadi2
          wrote on 3 Oct 2019, 16:01 last edited by
          #4

          wasm or emscripten? I've been using the latter and it works.

          1 Reply Last reply
          0

          • Login

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