From fdbab8c8e708aa8e6c400870a7099524e203c631 Mon Sep 17 00:00:00 2001 From: Michael Zanetti Date: Mon, 19 Apr 2021 17:17:00 +0200 Subject: [PATCH] Use pkgconfig to find nymea-mqtt --- shelly/shelly.pro | 2 ++ tasmota/tasmota.pro | 2 ++ 2 files changed, 4 insertions(+) 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 += \