summaryrefslogtreecommitdiffstats
path: root/src/gui/configure.pri
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@qt.io>2018-10-29 17:04:38 +0100
committerOswald Buddenhagen <oswald.buddenhagen@qt.io>2018-11-21 23:08:05 +0000
commit54dabdd1e831491359e85fae444ab3ec700a0d2b (patch)
tree28a1e52fc50d693cf1c3ef77bbbf081c16f5ab29 /src/gui/configure.pri
parentf5f46aaf421b2acbec3569a553973ccda223062c (diff)
wasm: fix qpa plugin build system integration
fix the plugin name (it was missing the leading 'q') and the name used in configure (the latter making it unnecessary to mess with it in the mkspec). the qt.prf override which forced linkage of the plugin is also removed due to being completely redundant. Change-Id: I94687a34a295c36754e36a298af902b656ba2ecc Reviewed-by: Kyle Edwards <kyle.edwards@kitware.com> Reviewed-by: Lorn Potter <lorn.potter@gmail.com>
Diffstat (limited to 'src/gui/configure.pri')
-rw-r--r--src/gui/configure.pri2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/configure.pri b/src/gui/configure.pri
index 2971fd136e..e21489ec28 100644
--- a/src/gui/configure.pri
+++ b/src/gui/configure.pri
@@ -55,7 +55,7 @@ defineTest(qtConfTest_qpaDefaultPlatform) {
else: qnx: name = qnx
else: integrity: name = integrityfb
else: haiku: name = haiku
- else: wasm: name = webassembly
+ else: wasm: name = wasm
else: name = xcb
$${1}.value = $$name