From 2a8284543018943ab581202cf934c751a22db6c7 Mon Sep 17 00:00:00 2001 From: Jake Petroules Date: Thu, 7 Sep 2017 17:20:16 -0700 Subject: Exclude the QtSerialPort module from the VxWorks build It doesn't compile on that platform. Change-Id: I604d2b0d7c4b2c326b05e8e309b74164cb69d44c Reviewed-by: Gabriel de Dietrich --- qtserialport.pro | 1 + 1 file changed, 1 insertion(+) 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) -- cgit v1.2.1