diff --git a/shelly/shelly.pro b/shelly/shelly.pro index 21cef5e0..c1ded65b 100644 --- a/shelly/shelly.pro +++ b/shelly/shelly.pro @@ -2,6 +2,8 @@ include(../plugins.pri) QT += network +PKGCONFIG += nymea-mqtt + SOURCES += \ integrationpluginshelly.cpp \ diff --git a/tasmota/tasmota.pro b/tasmota/tasmota.pro index 74fef319..d986a30e 100644 --- a/tasmota/tasmota.pro +++ b/tasmota/tasmota.pro @@ -2,6 +2,8 @@ include(../plugins.pri) QT += network +PKGCONFIG += nymea-mqtt + TARGET = $$qtLibraryTarget(nymea_integrationplugintasmota) SOURCES += \