diff options
author | Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@qt.io> | 2018-09-26 14:36:05 +0200 |
---|---|---|
committer | Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@qt.io> | 2018-09-27 06:49:49 +0000 |
commit | a61ed3bce7df1ec56712d874e23a7ec95ad141ab (patch) | |
tree | b5ca7f46954da6f0228cede689568cc1d71ecbea | |
parent | c5ffb2ab8f546c8d7c3e88760c2666d6d185ced0 (diff) |
-rw-r--r-- | qtserialport.pro | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/qtserialport.pro b/qtserialport.pro index 57c1e209..3dabc4b6 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) |