Disable deprecation errors to allow building with gcc 10

pull/419/head
Michael Zanetti 2021-05-10 18:22:06 +02:00
parent be68d925be
commit a87cb6088f
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ COPYRIGHT_YEAR_TO=2021
DEFINES += COPYRIGHT_YEAR_STRING=\\\"$${COPYRIGHT_YEAR_FROM}-$${COPYRIGHT_YEAR_TO}\\\"
QMAKE_CXXFLAGS *= -Werror -std=c++11 -g
QMAKE_CXXFLAGS *= -Werror -std=c++11 -g -Wno-deprecated-declarations
QMAKE_LFLAGS *= -std=c++11
top_srcdir=$$PWD