Make it build with gcc 10 and Ubuntu 21.04
This commit is contained in:
parent
fe8f93e6bd
commit
bcd0c5c0f6
2
debian/control
vendored
2
debian/control
vendored
@ -3,10 +3,8 @@ Section: utils
|
|||||||
Priority: options
|
Priority: options
|
||||||
Maintainer: Simon Stürz <simon.stürz@guh.io>
|
Maintainer: Simon Stürz <simon.stürz@guh.io>
|
||||||
Build-depends: debhelper (>= 0.0.0),
|
Build-depends: debhelper (>= 0.0.0),
|
||||||
dh-systemd,
|
|
||||||
libqt5websockets5-dev,
|
libqt5websockets5-dev,
|
||||||
libncurses5-dev,
|
libncurses5-dev,
|
||||||
qt5-default,
|
|
||||||
Standards-Version: 3.9.3
|
Standards-Version: 3.9.3
|
||||||
|
|
||||||
Package: nymea-remoteproxy
|
Package: nymea-remoteproxy
|
||||||
|
|||||||
@ -13,7 +13,7 @@ DEFINES += SERVER_NAME_STRING=\\\"$${SERVER_NAME}\\\" \
|
|||||||
|
|
||||||
CONFIG += c++11 console
|
CONFIG += c++11 console
|
||||||
|
|
||||||
QMAKE_CXXFLAGS *= -Werror -std=c++11 -g
|
QMAKE_CXXFLAGS *= -Werror -std=c++11 -g -Wno-deprecated-declarations
|
||||||
QMAKE_LFLAGS *= -std=c++11
|
QMAKE_LFLAGS *= -std=c++11
|
||||||
|
|
||||||
top_srcdir=$$PWD
|
top_srcdir=$$PWD
|
||||||
|
|||||||
Reference in New Issue
Block a user