Properly use pkgconfig to find nymea-mqtt
This commit is contained in:
parent
45081ad64e
commit
f6da6d47a9
@ -36,7 +36,7 @@
|
||||
|
||||
#include "typeutils.h"
|
||||
#include "hardwareresource.h"
|
||||
#include "mqttclient.h"
|
||||
#include <mqttclient.h>
|
||||
|
||||
class MqttChannel;
|
||||
|
||||
|
||||
@ -11,7 +11,7 @@ INSTALLS += target
|
||||
QT += sql xml websockets bluetooth dbus network
|
||||
|
||||
CONFIG += link_pkgconfig
|
||||
PKGCONFIG += nymea-zigbee
|
||||
PKGCONFIG += nymea-zigbee nymea-mqtt
|
||||
|
||||
LIBS += -L$$top_builddir/libnymea/ -lnymea \
|
||||
-L$$top_builddir/libnymea-core -lnymea-core \
|
||||
|
||||
@ -7,7 +7,7 @@ packagesExist(Qt5SerialBus) {
|
||||
DEFINES += WITH_QTSERIALBUS
|
||||
}
|
||||
|
||||
PKGCONFIG += nymea-zigbee nymea-networkmanager
|
||||
PKGCONFIG += nymea-zigbee nymea-networkmanager nymea-mqtt
|
||||
|
||||
INCLUDEPATH += $$top_srcdir/libnymea \
|
||||
$$top_srcdir/libnymea-core \
|
||||
|
||||
Reference in New Issue
Block a user