Merge PR #21: Make it build with gcc 10 and Ubuntu 21.04
commit
7d4042a56f
|
|
@ -3,10 +3,8 @@ Section: utils
|
|||
Priority: options
|
||||
Maintainer: Simon Stürz <simon.stürz@guh.io>
|
||||
Build-depends: debhelper (>= 0.0.0),
|
||||
dh-systemd,
|
||||
libqt5websockets5-dev,
|
||||
libncurses5-dev,
|
||||
qt5-default,
|
||||
Standards-Version: 3.9.3
|
||||
|
||||
Package: nymea-remoteproxy
|
||||
|
|
|
|||
|
|
@ -13,7 +13,7 @@ DEFINES += SERVER_NAME_STRING=\\\"$${SERVER_NAME}\\\" \
|
|||
|
||||
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
|
||||
|
||||
top_srcdir=$$PWD
|
||||
|
|
|
|||
Loading…
Reference in New Issue