Cleaned again io_base.pro. No more need for c++14

This commit is contained in:
Paolo Cignoni 2018-09-09 11:37:38 +02:00
parent 825bd1eee5
commit 24d905caa6

View File

@ -20,6 +20,3 @@ SOURCES += baseio.cpp \
TARGET = io_base
CONFIG += c++14
linux-clang++:QMAKE_CXXFLAGS += -std=c++14
linux-g++:QMAKE_CXXFLAGS += -std=c++14