mirror of https://github.com/nymea/nymea.git
Merge PR #413: Use PKGCONFIG for the mqtt include
commit
6d3952c2f4
|
|
@ -8,7 +8,7 @@ QT -= gui
|
|||
DEFINES += LIBNYMEA_LIBRARY
|
||||
|
||||
CONFIG += link_pkgconfig
|
||||
PKGCONFIG += nymea-zigbee
|
||||
PKGCONFIG += nymea-zigbee nymea-mqtt
|
||||
|
||||
QMAKE_LFLAGS += -fPIC
|
||||
|
||||
|
|
|
|||
|
|
@ -36,7 +36,7 @@
|
|||
|
||||
#include "typeutils.h"
|
||||
#include "hardwareresource.h"
|
||||
#include "nymea-mqtt/mqttclient.h"
|
||||
#include "mqttclient.h"
|
||||
|
||||
class MqttChannel;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue