summaryrefslogtreecommitdiffstats
path: root/src/gui
diff options
context:
space:
mode:
authorSimon Hausmann <simon.hausmann@qt.io>2019-08-30 15:05:50 +0200
committerSimon Hausmann <simon.hausmann@qt.io>2019-08-30 13:21:44 +0000
commit2e3e42587b821a15a5b0d50025f18a5b82727452 (patch)
tree2081862423f3d2dfd16ac20d60c5d5941881ae36 /src/gui
parent8da530510236061968e46c11f5d266ecb6f68286 (diff)
Fix default platform plugin choice for WASM
The name (key in wasm.json) for the QPA plugin is "wasm", not "webassembly". Change-Id: I6a2568d05e4f19408fa95ac59a47acdcf90e11a2 Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
Diffstat (limited to 'src/gui')
-rw-r--r--src/gui/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/CMakeLists.txt b/src/gui/CMakeLists.txt
index a972bfbc65..b5297cad62 100644
--- a/src/gui/CMakeLists.txt
+++ b/src/gui/CMakeLists.txt
@@ -29,7 +29,7 @@ if (QT_FEATURE_gui)
elseif(HAIKU)
set(_default_platform "haiku")
elseif(WASM)
- set(_default_platform "webassembly")
+ set(_default_platform "wasm")
else()
set(_default_platform "xcb")
endif()