Use pkgconfig to find nymea-mqtt

master
Michael Zanetti 2021-04-19 17:17:00 +02:00
parent 68ca8605f3
commit fdbab8c8e7
2 changed files with 4 additions and 0 deletions

View File

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

View File

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