From bcd0c5c0f637f1b224a1707f733fce69c873f7c6 Mon Sep 17 00:00:00 2001 From: Michael Zanetti Date: Wed, 12 May 2021 13:56:25 +0200 Subject: [PATCH] Make it build with gcc 10 and Ubuntu 21.04 --- debian/control | 2 -- nymea-remoteproxy.pri | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/debian/control b/debian/control index fbbde08..38af69e 100644 --- a/debian/control +++ b/debian/control @@ -3,10 +3,8 @@ Section: utils Priority: options Maintainer: Simon Stürz Build-depends: debhelper (>= 0.0.0), - dh-systemd, libqt5websockets5-dev, libncurses5-dev, - qt5-default, Standards-Version: 3.9.3 Package: nymea-remoteproxy diff --git a/nymea-remoteproxy.pri b/nymea-remoteproxy.pri index 3bd922e..0d98588 100644 --- a/nymea-remoteproxy.pri +++ b/nymea-remoteproxy.pri @@ -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