mirror of https://github.com/nymea/nymea.git
Merge PR #414: Use pkgconfig for libnymea-remoteproxyclient
commit
12d83242e6
|
|
@ -11,7 +11,7 @@ Build-Depends: debhelper (>= 9.0.0),
|
||||||
dpkg-dev (>= 1.16.1~),
|
dpkg-dev (>= 1.16.1~),
|
||||||
libnymea-mqtt-dev (>= 0.1.2),
|
libnymea-mqtt-dev (>= 0.1.2),
|
||||||
libnymea-networkmanager-dev (>= 0.4.0),
|
libnymea-networkmanager-dev (>= 0.4.0),
|
||||||
libnymea-remoteproxyclient-dev,
|
libnymea-remoteproxyclient-dev (>= 0.1.13),
|
||||||
libnymea-zigbee-dev (>= 0.1.0),
|
libnymea-zigbee-dev (>= 0.1.0),
|
||||||
libpython3-dev,
|
libpython3-dev,
|
||||||
libqt5websockets5-dev,
|
libqt5websockets5-dev,
|
||||||
|
|
|
||||||
|
|
@ -33,7 +33,7 @@
|
||||||
|
|
||||||
#include <QObject>
|
#include <QObject>
|
||||||
#include "../transportinterface.h"
|
#include "../transportinterface.h"
|
||||||
#include "nymea-remoteproxyclient/remoteproxyconnection.h"
|
#include "remoteproxyconnection.h"
|
||||||
|
|
||||||
namespace nymeaserver {
|
namespace nymeaserver {
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,7 @@ INCLUDEPATH += $$top_srcdir/libnymea $$top_builddir
|
||||||
LIBS += -L$$top_builddir/libnymea/ -lnymea -lssl -lcrypto
|
LIBS += -L$$top_builddir/libnymea/ -lnymea -lssl -lcrypto
|
||||||
|
|
||||||
CONFIG += link_pkgconfig
|
CONFIG += link_pkgconfig
|
||||||
PKGCONFIG += nymea-mqtt nymea-networkmanager nymea-zigbee
|
PKGCONFIG += nymea-mqtt nymea-networkmanager nymea-zigbee nymea-remoteproxyclient
|
||||||
|
|
||||||
CONFIG(withoutpython) {
|
CONFIG(withoutpython) {
|
||||||
message("Building without python support.")
|
message("Building without python support.")
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue