summaryrefslogtreecommitdiffstats
path: root/qtserialbus.pro
diff options
context:
space:
mode:
Diffstat (limited to 'qtserialbus.pro')
-rw-r--r--qtserialbus.pro1
1 files changed, 1 insertions, 0 deletions
diff --git a/qtserialbus.pro b/qtserialbus.pro
index 2d3d967..97b60e6 100644
--- a/qtserialbus.pro
+++ b/qtserialbus.pro
@@ -4,6 +4,7 @@ requires(!ios) # enforced by qtserialport dependency
requires(!win32-msvc2012) # does not support variadic templates
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
+requires(c++11)
lessThan(QT_MAJOR_VERSION, 5) {
message("Cannot build current QtSerialBus sources with Qt version $${QT_VERSION}.")