Merge PR #528: Properly use pkgconfig to find nymea-mqtt

This commit is contained in:
jenkins 2022-06-16 00:20:50 +02:00
commit d44776111e
3 changed files with 3 additions and 3 deletions

View File

@ -36,7 +36,7 @@
#include "typeutils.h"
#include "hardwareresource.h"
#include "mqttclient.h"
#include <mqttclient.h>
class MqttChannel;

View File

@ -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 \

View File

@ -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 \