From b539d8af5904015722588c91965c21c6ee055b04 Mon Sep 17 00:00:00 2001 From: jkriege2 Date: Sun, 20 Jan 2019 16:26:32 +0100 Subject: [PATCH] switch on C++1 by default --- examples/test_multiplot/test_multiplot.pro | 1 + lib/common.pri | 2 ++ 2 files changed, 3 insertions(+) diff --git a/examples/test_multiplot/test_multiplot.pro b/examples/test_multiplot/test_multiplot.pro index 540bc7381c..8817125fca 100644 --- a/examples/test_multiplot/test_multiplot.pro +++ b/examples/test_multiplot/test_multiplot.pro @@ -3,6 +3,7 @@ SOURCES = test_multiplot.cpp # configure Qt CONFIG += qt +CONFIG += c++11 QT += core gui xml svg greaterThan(QT_MAJOR_VERSION, 4): QT += widgets printsupport diff --git a/lib/common.pri b/lib/common.pri index 0a5173a55e..2811015a69 100644 --- a/lib/common.pri +++ b/lib/common.pri @@ -20,3 +20,5 @@ INCLUDEPATH += $$PWD QT += core gui greaterThan(QT_MAJOR_VERSION, 4): QT += widgets printsupport + +CONFIG += c++11 \ No newline at end of file