wemo: Add Qt6 support
parent
d9e02a719c
commit
d935f0eb40
|
|
@ -1,6 +1,6 @@
|
|||
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
|
||||
*
|
||||
* Copyright 2013 - 2020, nymea GmbH
|
||||
* Copyright 2013 - 2025, nymea GmbH
|
||||
* Contact: contact@nymea.io
|
||||
*
|
||||
* This file is part of nymea.
|
||||
|
|
@ -29,11 +29,12 @@
|
|||
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
|
||||
|
||||
#include "integrationpluginwemo.h"
|
||||
|
||||
#include "integrations/thing.h"
|
||||
#include "plugininfo.h"
|
||||
#include "network/networkaccessmanager.h"
|
||||
#include "network/upnp/upnpdiscovery.h"
|
||||
|
||||
#include <plugintimer.h>
|
||||
#include <integrations/thing.h>
|
||||
#include <network/networkaccessmanager.h>
|
||||
#include <network/upnp/upnpdiscovery.h>
|
||||
|
||||
#include <QDebug>
|
||||
#include <QNetworkReply>
|
||||
|
|
|
|||
|
|
@ -31,10 +31,10 @@
|
|||
#ifndef INTEGRATIONPLUGINWEMO_H
|
||||
#define INTEGRATIONPLUGINWEMO_H
|
||||
|
||||
#include "plugintimer.h"
|
||||
#include "integrations/integrationplugin.h"
|
||||
#include <integrations/integrationplugin.h>
|
||||
|
||||
#include <QNetworkReply>
|
||||
class QNetworkReply;
|
||||
class PluginTimer;
|
||||
|
||||
class IntegrationPluginWemo : public IntegrationPlugin
|
||||
{
|
||||
|
|
|
|||
|
|
@ -1,8 +1,6 @@
|
|||
include(../plugins.pri)
|
||||
|
||||
TARGET = $$qtLibraryTarget(nymea_integrationpluginwemo)
|
||||
|
||||
QT+= network
|
||||
QT *= network
|
||||
|
||||
SOURCES += \
|
||||
integrationpluginwemo.cpp
|
||||
|
|
|
|||
Loading…
Reference in New Issue