From e227543035181999b2604e7bdaf1904b817f044f Mon Sep 17 00:00:00 2001 From: favoritas37 Date: Sat, 23 Jan 2016 21:50:58 +0200 Subject: [PATCH] added compiler flag needed for Mingw to support C++11 --- tests/src/QZXingTests/QZXingTests.pro | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/src/QZXingTests/QZXingTests.pro b/tests/src/QZXingTests/QZXingTests.pro index 1568a03..aca9d39 100644 --- a/tests/src/QZXingTests/QZXingTests.pro +++ b/tests/src/QZXingTests/QZXingTests.pro @@ -2,6 +2,7 @@ QT += core QT -= gui CONFIG += gnu++11 +QMAKE_CXXFLAGS += -std=gnu++11 TARGET = QZXingTests CONFIG += console