summaryrefslogtreecommitdiffstats
path: root/qtserialbus.pro
diff options
context:
space:
mode:
authorAlex Blasche <alexander.blasche@theqtcompany.com>2015-07-31 10:05:40 +0200
committerAlex Blasche <alexander.blasche@theqtcompany.com>2015-07-31 09:07:04 +0000
commitdc41de93eea9ea66a4faf9983d85a86d3b3a1ab1 (patch)
treea67af7662b9d6e6e8b312deaba1b504ce1f2d84e /qtserialbus.pro
parent7f17aa8dbec1090b8f1ec9c4dcfb114665df8c9d (diff)
This library is not supported on WINCE.
The target is to disappear from Qt very soon anyway. Change-Id: Ic71ba3bae2f05ad4ef5f406b6a93acfdfc674ba8 Reviewed-by: Denis Shienkov <denis.shienkov@gmail.com> Reviewed-by: Alex Blasche <alexander.blasche@theqtcompany.com>
Diffstat (limited to 'qtserialbus.pro')
-rw-r--r--qtserialbus.pro2
1 files changed, 2 insertions, 0 deletions
diff --git a/qtserialbus.pro b/qtserialbus.pro
index 92a2761..5b918c3 100644
--- a/qtserialbus.pro
+++ b/qtserialbus.pro
@@ -1,3 +1,5 @@
+requires(!wince)
+
lessThan(QT_MAJOR_VERSION, 5) {
message("Cannot build current QtSerialBus sources with Qt version $${QT_VERSION}.")
}