diff --git a/avahimonitor/avahimonitor.pro b/avahimonitor/avahimonitor.pro index 5ef34b6a..5da0aad2 100644 --- a/avahimonitor/avahimonitor.pro +++ b/avahimonitor/avahimonitor.pro @@ -1,8 +1,6 @@ include(../plugins.pri) -QT += network - -TARGET = $$qtLibraryTarget(nymea_integrationpluginavahimonitor) +QT *= network SOURCES += \ integrationpluginavahimonitor.cpp diff --git a/avahimonitor/integrationpluginavahimonitor.cpp b/avahimonitor/integrationpluginavahimonitor.cpp index ee61eec0..3a5fdf1c 100644 --- a/avahimonitor/integrationpluginavahimonitor.cpp +++ b/avahimonitor/integrationpluginavahimonitor.cpp @@ -1,6 +1,6 @@ /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * -* Copyright 2013 - 2020, nymea GmbH +* Copyright 2013 - 2025, nymea GmbH * Contact: contact@nymea.io * * This file is part of nymea. @@ -30,10 +30,10 @@ #include "integrationpluginavahimonitor.h" -#include "integrations/thing.h" +#include +#include + #include "plugininfo.h" -#include "platform/platformzeroconfcontroller.h" -#include "network/zeroconf/zeroconfservicebrowser.h" #include #include diff --git a/avahimonitor/integrationpluginavahimonitor.h b/avahimonitor/integrationpluginavahimonitor.h index 90680973..e46aa04e 100644 --- a/avahimonitor/integrationpluginavahimonitor.h +++ b/avahimonitor/integrationpluginavahimonitor.h @@ -1,6 +1,6 @@ /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * -* Copyright 2013 - 2020, nymea GmbH +* Copyright 2013 - 2025, nymea GmbH * Contact: contact@nymea.io * * This file is part of nymea. @@ -31,12 +31,14 @@ #ifndef INTEGRATIONPLUGINAVAHIMONITOR_H #define INTEGRATIONPLUGINAVAHIMONITOR_H -#include "integrations/integrationplugin.h" -#include "network/zeroconf/zeroconfservicebrowser.h" -#include "network/zeroconf/zeroconfserviceentry.h" +#include +#include +#include #include +#include "extern-plugininfo.h" + class IntegrationPluginAvahiMonitor : public IntegrationPlugin { Q_OBJECT @@ -56,6 +58,7 @@ private slots: private: ZeroConfServiceBrowser *m_serviceBrowser = nullptr; + }; #endif // INTEGRATIONPLUGINAVAHIMONITOR_H