summaryrefslogtreecommitdiffstats
path: root/qtserialbus.pro
diff options
context:
space:
mode:
authorEskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@qt.io>2018-06-28 14:22:53 +0200
committerHeikki Halmet <heikki.halmet@qt.io>2018-06-28 17:14:25 +0000
commit661c112b5d1f3a0d01239989ae2de8a28c95b158 (patch)
treee831972c3a8045845b09968881d7d56d6ca84d4b /qtserialbus.pro
parent095820cc919c7c467de9cc3fada20cfe5c887e40 (diff)
Prepare for introduction of WebAssembly
This pre-emptively disables Qt Serialbus for WebAssembly so that we can easily get builds into the CI system prior to actually merging the code. The module does not build for WebAssembly and is not part of the essentials we support in the first version. Change-Id: Ie8f575c322cd35612c319479047cb718fa51f996 Reviewed-by: Simon Hausmann <simon.hausmann@qt.io> Reviewed-by: Heikki Halmet <heikki.halmet@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 469da33..24f8f05 100644
--- a/qtserialbus.pro
+++ b/qtserialbus.pro
@@ -1,4 +1,4 @@
-requires(qtHaveModule(serialport))
+requires(qtHaveModule(serialport):!html5)
lessThan(QT_MAJOR_VERSION, 5) {
message("Cannot build current QtSerialBus sources with Qt version $${QT_VERSION}.")