osdomotics: Add Qt6 support
parent
acf5e36925
commit
ab2588db07
|
|
@ -52,9 +52,10 @@
|
|||
*/
|
||||
|
||||
#include "integrationpluginosdomotics.h"
|
||||
#include "integrations/thing.h"
|
||||
#include "plugininfo.h"
|
||||
#include "network/networkaccessmanager.h"
|
||||
|
||||
#include <integrations/thing.h>
|
||||
#include <network/networkaccessmanager.h>
|
||||
|
||||
IntegrationPluginOsdomotics::IntegrationPluginOsdomotics()
|
||||
{
|
||||
|
|
|
|||
|
|
@ -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,15 +31,14 @@
|
|||
#ifndef INTEGRATIONPLUGINOSDOMOTICS_H
|
||||
#define INTEGRATIONPLUGINOSDOMOTICS_H
|
||||
|
||||
#include "integrations/integrationplugin.h"
|
||||
#include <integrations/integrationplugin.h>
|
||||
#include <coap/coap.h>
|
||||
#include <plugintimer.h>
|
||||
|
||||
#include <QHash>
|
||||
#include <QDebug>
|
||||
#include <QNetworkReply>
|
||||
|
||||
#include "coap/coap.h"
|
||||
#include "plugintimer.h"
|
||||
|
||||
class IntegrationPluginOsdomotics : public IntegrationPlugin
|
||||
{
|
||||
Q_OBJECT
|
||||
|
|
|
|||
|
|
@ -1,8 +1,6 @@
|
|||
include(../plugins.pri)
|
||||
|
||||
QT += network
|
||||
|
||||
TARGET = $$qtLibraryTarget(nymea_integrationpluginosdomotics)
|
||||
QT *= network
|
||||
|
||||
SOURCES += \
|
||||
integrationpluginosdomotics.cpp
|
||||
|
|
|
|||
Loading…
Reference in New Issue