Exclude SUBDIRS in .pro when compiling with WebAssembly
-
wrote on 20 Sept 2019, 11:32 last edited by David_001
Hi is there a possibility to exclude SUBDIRS when compiling with Webassembly ? Something like this for win32:
win32 {
SUBDIRS += A_DIR
} -
wrote on 20 Sept 2019, 18:16 last edited by
Yes, its named wasm
!wasm: {
SUBDIRS+=...
} -
wrote on 20 Sept 2019, 19:34 last edited by
Thanks => SOLVED
-
wrote on 3 Oct 2019, 16:01 last edited by
wasm
oremscripten
? I've been using the latter and it works.