switch on C++1 by default

This commit is contained in:
jkriege2 2019-01-20 16:26:32 +01:00
parent 2d08250db6
commit b539d8af59
2 changed files with 3 additions and 0 deletions

View File

@ -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

View File

@ -20,3 +20,5 @@ INCLUDEPATH += $$PWD
QT += core gui
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets printsupport
CONFIG += c++11