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 534 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.
  • David_001D Offline
    David_001D Offline
    David_001
    wrote on 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
    • lorn.potterL Offline
      lorn.potterL Offline
      lorn.potter
      wrote on 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
      • David_001D Offline
        David_001D Offline
        David_001
        wrote on last edited by
        #3

        Thanks => SOLVED

        1 Reply Last reply
        0
        • V Offline
          V Offline
          Vadi2
          wrote on 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