Merge PR #420: Use pkgconfig to find nymea-mqtt

master
Jenkins nymea 2021-04-28 13:54:51 +02:00
commit 9bbbf184ae
2 changed files with 4 additions and 0 deletions

View File

@ -2,6 +2,8 @@ include(../plugins.pri)
QT += network
PKGCONFIG += nymea-mqtt
SOURCES += \
integrationpluginshelly.cpp \

View File

@ -2,6 +2,8 @@ include(../plugins.pri)
QT += network
PKGCONFIG += nymea-mqtt
TARGET = $$qtLibraryTarget(nymea_integrationplugintasmota)
SOURCES += \