Enable C++11

This commit is contained in:
orignal 2016-06-14 13:21:22 -04:00 committed by GitHub
parent a5be4c9d0e
commit 27ca3b4b01

View File

@ -10,7 +10,7 @@ greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
TARGET = i2pd_qt
TEMPLATE = app
QMAKE_CXXFLAGS *= -std=c++11
SOURCES += main.cpp\
mainwindow.cpp \