Properly use pkgconfig to find nymea-mqtt

pull/528/head
Michael Zanetti 2022-05-31 17:19:33 +02:00
parent 45081ad64e
commit f6da6d47a9
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 \