Merge PR #419: Disable deprecation errors to allow building with gcc 10/Qt 5.15
This commit is contained in:
commit
fa7e03f541
@ -31,7 +31,7 @@ CONFIG += plugin link_pkgconfig
|
||||
|
||||
PKGCONFIG += nymea
|
||||
|
||||
QMAKE_CXXFLAGS *= -Werror -std=c++11 -g
|
||||
QMAKE_CXXFLAGS *= -Werror -std=c++11 -g -Wno-deprecated-declarations
|
||||
QMAKE_LFLAGS *= -std=c++11 -z defs
|
||||
|
||||
JSONFILE=$${_PRO_FILE_PWD_}/integrationplugin"$$TARGET".json
|
||||
|
||||
Reference in New Issue
Block a user