Drop Qt4 related settings from QMake project

This commit is contained in:
Vladimir Golovnev (Glassez) 2017-04-26 08:53:47 +03:00
commit d5d946dd66
6 changed files with 2 additions and 20 deletions

View file

@ -1,6 +1,3 @@
# C++11 support
lessThan(QT_MAJOR_VERSION, 5): QMAKE_CXXFLAGS += -std=c++11
exists(conf.pri) {
# to the conf.pri goes all system dependent stuff
include(conf.pri)