mirror of
https://github.com/jkriege2/JKQtPlotter.git
synced 2025-01-24 06:32:12 +08:00
switch on C++1 by default
This commit is contained in:
parent
2d08250db6
commit
b539d8af59
@ -3,6 +3,7 @@ SOURCES = test_multiplot.cpp
|
|||||||
|
|
||||||
# configure Qt
|
# configure Qt
|
||||||
CONFIG += qt
|
CONFIG += qt
|
||||||
|
CONFIG += c++11
|
||||||
QT += core gui xml svg
|
QT += core gui xml svg
|
||||||
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets printsupport
|
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets printsupport
|
||||||
|
|
||||||
|
@ -20,3 +20,5 @@ INCLUDEPATH += $$PWD
|
|||||||
|
|
||||||
QT += core gui
|
QT += core gui
|
||||||
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets printsupport
|
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets printsupport
|
||||||
|
|
||||||
|
CONFIG += c++11
|
Loading…
Reference in New Issue
Block a user