summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKimmo Ollila <kimmo.ollila@qt.io>2017-03-23 00:19:23 +0200
committerKimmo Ollila <kimmo.ollila@qt.io>2017-03-27 12:36:25 +0000
commitd320f01018f0273e4fea2e0a7aa8f30ee8129587 (patch)
treee6aa774569424398b9cfd0cca865b5060089bdcd
parent5c6a433d6a6a4176082036ae94931467101a199a (diff)
downloadqtserialport-d320f01018f0273e4fea2e0a7aa8f30ee8129587.tar.gz
Exclude the QtSerialport module from INTEGRITY buildv5.9.0-beta3v5.9.0-beta2v5.9.0-beta1
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 <simon.hausmann@qt.io>
-rw-r--r--qtserialport.pro1
1 files changed, 1 insertions, 0 deletions
diff --git a/qtserialport.pro b/qtserialport.pro
index 11859de..abdb21b 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)