Use PKGCONFIG for the mqtt include
This commit is contained in:
parent
96ae3cd01a
commit
de5e1afc0a
@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user