Use PKGCONFIG for the mqtt include

This commit is contained in:
Michael Zanetti 2021-04-18 20:33:24 +02:00
parent 96ae3cd01a
commit de5e1afc0a
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;