summaryrefslogtreecommitdiffstats
path: root/qtserialbus.pro
diff options
context:
space:
mode:
authorAlex Blasche <alexander.blasche@theqtcompany.com>2015-08-20 15:24:28 +0200
committerAlex Blasche <alexander.blasche@theqtcompany.com>2015-08-20 13:46:06 +0000
commit388f7122e65f5bd8279a898bb232761048b53885 (patch)
tree7e35575493fb5e421584e063d38e28660a56678c /qtserialbus.pro
parent85f604389189f16abf7f4f5320877ad8e4b53075 (diff)
Don't build on iOS and WinRT
QtSerialPort is not available for those platforms. Hence we cannot build this module either. Change-Id: Ie982ca18671fd01978b42e3443efb2c5cb2e2db2 Reviewed-by: Janne Heikki Partala <janne.partala@bitfactor.fi> 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 a5e7501..37adfc2 100644
--- a/qtserialbus.pro
+++ b/qtserialbus.pro
@@ -1,4 +1,6 @@
requires(!wince)
+requires(!winrt) # enforced by qtserialport dependency
+requires(!ios) # enforced by qtserialport dependency
lessThan(QT_MAJOR_VERSION, 5) {
message("Cannot build current QtSerialBus sources with Qt version $${QT_VERSION}.")