summaryrefslogtreecommitdiffstats
path: root/qtserialbus.pro
diff options
context:
space:
mode:
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 24737f1..0e9f0ba 100644
--- a/qtserialbus.pro
+++ b/qtserialbus.pro
@@ -1,6 +1,8 @@
requires(!wince)
requires(!winrt) # enforced by qtserialport dependency
requires(!ios) # enforced by qtserialport dependency
+requires(!win32-msvc2010) # not C++11 capabable -> will be removed from CI soon
+requires(!win32-msvc2008) # not C++11 capabable -> will be removed from CI soon
lessThan(QT_MAJOR_VERSION, 5) {
message("Cannot build current QtSerialBus sources with Qt version $${QT_VERSION}.")