summaryrefslogtreecommitdiffstats
path: root/qtknx.pro
diff options
context:
space:
mode:
authorIikka Eklund <iikka.eklund@qt.io>2017-10-02 19:50:30 +0300
committerKarsten Heimrich <karsten.heimrich@qt.io>2017-10-02 20:42:16 +0000
commitb10d7d86b99520108eacc5d728dd624f4104e0ac (patch)
treee251a6da34c7135f64d7c08634b7adca2014a913 /qtknx.pro
parent7214a0374f539e981864177d880c8e4305fdc1c8 (diff)
Skip building for Integrity
Does not compile for Integrity gcc-armv7 on Linux RHEL_7_2 gcc-x86_64 which blocks 5.10 integrations. Can be reverted once a fix exists for the compilation break. Change-Id: Id500d8bd523f522c8ff4dfc1eac29a19d4180240 Reviewed-by: Karsten Heimrich <karsten.heimrich@qt.io>
Diffstat (limited to 'qtknx.pro')
-rw-r--r--qtknx.pro1
1 files changed, 1 insertions, 0 deletions
diff --git a/qtknx.pro b/qtknx.pro
index b1b1f1a..1882a14 100644
--- a/qtknx.pro
+++ b/qtknx.pro
@@ -1,6 +1,7 @@
lessThan(QT_MAJOR_VERSION, 5) {
error("Cannot build current Qt KNX sources with Qt version $${QT_VERSION}.")
}
+requires(!integrity)
load(configure)
load(qt_parts)