summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@qt.io>2018-09-26 14:36:05 +0200
committerEskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@qt.io>2018-09-27 06:49:49 +0000
commita61ed3bce7df1ec56712d874e23a7ec95ad141ab (patch)
treeb5ca7f46954da6f0228cede689568cc1d71ecbea
parentc5ffb2ab8f546c8d7c3e88760c2666d6d185ced0 (diff)
downloadqtserialport-a61ed3bce7df1ec56712d874e23a7ec95ad141ab.tar.gz
Disable module on WebAssemblyv5.12.0-beta3v5.12.0-beta2v5.12.0-beta1
This does not compile on WebAssembly and does not really make much sense there, since the serial port is not accessible from the browser sandbox. Change-Id: I290fd89e4e97be134de3c26391e2f54a57062299 Reviewed-by: Denis Shienkov <denis.shienkov@gmail.com>
-rw-r--r--qtserialport.pro1
1 files changed, 1 insertions, 0 deletions
diff --git a/qtserialport.pro b/qtserialport.pro
index 57c1e20..3dabc4b 100644
--- a/qtserialport.pro
+++ b/qtserialport.pro
@@ -8,6 +8,7 @@ requires(!vxworks)
requires(!winrt)
requires(!uikit)
requires(!android)
+requires(!emscripten)
load(configure)
qtCompileTest(ntddmodm)