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
parent
d391d4db49
commit
ed90c306f2
|
|
@ -46,7 +46,7 @@ haiku {
|
|||
SUBDIRS += haiku
|
||||
}
|
||||
|
||||
wasm: SUBDIRS = wasm
|
||||
wasm: SUBDIRS += wasm
|
||||
|
||||
qtConfig(mirclient): SUBDIRS += mirclient
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue