summaryrefslogtreecommitdiffstats
path: root/qtserialbus.pro
diff options
context:
space:
mode:
authorEskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@qt.io>2018-09-26 14:34:59 +0200
committerEskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@qt.io>2018-10-05 07:29:42 +0000
commitc55b32e89989cd8075360991371b6d8c6aba560d (patch)
tree0a5c29e2300a0fd14e60bd44ba8a790f78b1379d /qtserialbus.pro
parent4bfbdd3d061e88de147102db94e70283b89ffff5 (diff)
Update condition for WebAssembly platform to new name
The name of the platform was changed from html5 to wasm Change-Id: I9c60ae01f95db236b696cdcaec7d56cb0527ead4 Reviewed-by: Morten Johan Sørvig <morten.sorvig@qt.io>
Diffstat (limited to 'qtserialbus.pro')
-rw-r--r--qtserialbus.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/qtserialbus.pro b/qtserialbus.pro
index 24f8f05..6261f9f 100644
--- a/qtserialbus.pro
+++ b/qtserialbus.pro
@@ -1,4 +1,4 @@
-requires(qtHaveModule(serialport):!html5)
+requires(qtHaveModule(serialport):!wasm)
lessThan(QT_MAJOR_VERSION, 5) {
message("Cannot build current QtSerialBus sources with Qt version $${QT_VERSION}.")