From c04d9a5ae57d8eaa21eef304d98d7650b1a75a10 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20St=C3=BCrz?= Date: Fri, 8 Aug 2025 16:47:11 +0200 Subject: [PATCH] telegram: Add Qt6 support --- telegram/integrationplugintelegram.cpp | 4 ++-- telegram/integrationplugintelegram.h | 4 ++-- telegram/telegram.pro | 4 +--- 3 files changed, 5 insertions(+), 7 deletions(-) diff --git a/telegram/integrationplugintelegram.cpp b/telegram/integrationplugintelegram.cpp index c4c106d4..968a23bf 100644 --- a/telegram/integrationplugintelegram.cpp +++ b/telegram/integrationplugintelegram.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. @@ -31,7 +31,7 @@ #include "integrationplugintelegram.h" #include "plugininfo.h" -#include "network/networkaccessmanager.h" +#include #include diff --git a/telegram/integrationplugintelegram.h b/telegram/integrationplugintelegram.h index 1576a679..8e21ef14 100644 --- a/telegram/integrationplugintelegram.h +++ b/telegram/integrationplugintelegram.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,7 +31,7 @@ #ifndef INTEGRATIONPLUGINPUSHBULLET_H #define INTEGRATIONPLUGINPUSHBULLET_H -#include "integrations/integrationplugin.h" +#include #include "extern-plugininfo.h" class IntegrationPluginTelegram: public IntegrationPlugin diff --git a/telegram/telegram.pro b/telegram/telegram.pro index eaabe276..5f835906 100644 --- a/telegram/telegram.pro +++ b/telegram/telegram.pro @@ -1,8 +1,6 @@ include(../plugins.pri) -TARGET = $$qtLibraryTarget(nymea_integrationplugintelegram) - -QT+= network +QT *= network SOURCES += \ integrationplugintelegram.cpp