Merge PR #413: Use PKGCONFIG for the mqtt include

pull/416/head
Jenkins nymea 2021-04-19 11:38:34 +02:00
commit 6d3952c2f4
2 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@ QT -= gui
DEFINES += LIBNYMEA_LIBRARY
CONFIG += link_pkgconfig
PKGCONFIG += nymea-zigbee
PKGCONFIG += nymea-zigbee nymea-mqtt
QMAKE_LFLAGS += -fPIC

View File

@ -36,7 +36,7 @@
#include "typeutils.h"
#include "hardwareresource.h"
#include "nymea-mqtt/mqttclient.h"
#include "mqttclient.h"
class MqttChannel;