summaryrefslogtreecommitdiffstats
path: root/qtserialbus.pro
diff options
context:
space:
mode:
authorAlex Blasche <alexander.blasche@theqtcompany.com>2015-10-09 08:19:31 +0200
committerAlex Blasche <alexander.blasche@theqtcompany.com>2015-10-09 06:56:20 +0000
commit2543c45a1f0a1c5b54727b5a043bc6c61c1eb202 (patch)
treed4b8e9dda0902b0d71ac0e14268508bfc4306275 /qtserialbus.pro
parent2afd919be95f87de4997f68a67d3bc5fd9bb07b3 (diff)
Remove non-C++11 capable windows compilers
Soon the CI won't have those compilers anymore at which point we can remove these limitations. Change-Id: I813d6e64b7a95d08889d5b27ac4911affb520e46 Reviewed-by: Karsten Heimrich <karsten.heimrich@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 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}.")