From d320f01018f0273e4fea2e0a7aa8f30ee8129587 Mon Sep 17 00:00:00 2001 From: Kimmo Ollila Date: Thu, 23 Mar 2017 00:19:23 +0200 Subject: Exclude the QtSerialport module from INTEGRITY build This module is not yet supported on INTEGRITY and therefore we'll exclude it from the CI build. Change-Id: Ia08354f0680865f0a2e08a3a3e3f59a88e98bd4e Reviewed-by: Simon Hausmann --- qtserialport.pro | 1 + 1 file changed, 1 insertion(+) (limited to 'qtserialport.pro') diff --git a/qtserialport.pro b/qtserialport.pro index 11859de5..abdb21b8 100644 --- a/qtserialport.pro +++ b/qtserialport.pro @@ -3,6 +3,7 @@ lessThan(QT_MAJOR_VERSION, 5) { error("Use at least Qt 5.0.0 or try to download QtSerialPort for Qt4.") } +requires(!integrity) requires(!winrt) requires(!uikit) -- cgit v1.2.3