telegram: Add Qt6 support

master
Simon Stürz 2025-08-08 16:47:11 +02:00
parent 4609b79a07
commit c04d9a5ae5
3 changed files with 5 additions and 7 deletions

View File

@ -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 <network/networkaccessmanager.h>
#include <QJsonDocument>

View File

@ -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 <integrations/integrationplugin.h>
#include "extern-plugininfo.h"
class IntegrationPluginTelegram: public IntegrationPlugin

View File

@ -1,8 +1,6 @@
include(../plugins.pri)
TARGET = $$qtLibraryTarget(nymea_integrationplugintelegram)
QT+= network
QT *= network
SOURCES += \
integrationplugintelegram.cpp