Fix addition of the wasm platform plugin

Add the plugin; do not replace the whole SUBDIRS value.

Fixes: QTBUG-70375
Change-Id: Id40a69f54dfde5eb88894323c7e1146b6cad5a75
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
bb10
Joerg Bornemann 2018-12-04 10:36:44 +01:00
parent d391d4db49
commit ed90c306f2
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ haiku {
SUBDIRS += haiku
}
wasm: SUBDIRS = wasm
wasm: SUBDIRS += wasm
qtConfig(mirclient): SUBDIRS += mirclient