From a61ed3bce7df1ec56712d874e23a7ec95ad141ab Mon Sep 17 00:00:00 2001 From: Eskil Abrahamsen Blomfeldt Date: Wed, 26 Sep 2018 14:36:05 +0200 Subject: Disable module on WebAssembly 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 --- qtserialport.pro | 1 + 1 file changed, 1 insertion(+) 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) -- cgit v1.2.1