summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoerg Bornemann <joerg.bornemann@qt.io>2018-12-04 10:36:44 +0100
committerJoerg Bornemann <joerg.bornemann@qt.io>2018-12-10 06:45:03 +0000
commited90c306f2033eec4a6ac3aa356b2ea41e601160 (patch)
treefcc71fc05c4579afbbc031137fb00c903c5188d3
parentd391d4db49bd8a7da8516af9c8ff8083a927bf79 (diff)
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>
-rw-r--r--src/plugins/platforms/platforms.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/platforms/platforms.pro b/src/plugins/platforms/platforms.pro
index 5bf2b77421..db2a31d1a5 100644
--- a/src/plugins/platforms/platforms.pro
+++ b/src/plugins/platforms/platforms.pro
@@ -46,7 +46,7 @@ haiku {
SUBDIRS += haiku
}
-wasm: SUBDIRS = wasm
+wasm: SUBDIRS += wasm
qtConfig(mirclient): SUBDIRS += mirclient