summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJake Petroules <jake.petroules@qt.io>2017-09-07 17:20:16 -0700
committerJake Petroules <jake.petroules@qt.io>2017-09-08 19:32:12 +0000
commit2a8284543018943ab581202cf934c751a22db6c7 (patch)
tree89776b9a82a0e439be37beb205c7f18bed82ec66
parent15d0472bde7a08b2f89b4361f3960486aca259bf (diff)
downloadqtserialport-2a8284543018943ab581202cf934c751a22db6c7.tar.gz
Exclude the QtSerialPort module from the VxWorks build
It doesn't compile on that platform. Change-Id: I604d2b0d7c4b2c326b05e8e309b74164cb69d44c Reviewed-by: Gabriel de Dietrich <gabriel.dedietrich@qt.io>
-rw-r--r--qtserialport.pro1
1 files changed, 1 insertions, 0 deletions
diff --git a/qtserialport.pro b/qtserialport.pro
index abdb21b..21fe427 100644
--- a/qtserialport.pro
+++ b/qtserialport.pro
@@ -4,6 +4,7 @@ lessThan(QT_MAJOR_VERSION, 5) {
}
requires(!integrity)
+requires(!vxworks)
requires(!winrt)
requires(!uikit)