From e157a9b64c04483b95c97cbe1bc7b72746a0c3af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20St=C3=BCrz?= Date: Fri, 8 Aug 2025 15:57:36 +0200 Subject: [PATCH] reversessh: Add Qt6 support --- reversessh/integrationpluginreversessh.h | 9 +++++---- reversessh/reversessh.pro | 6 ++---- 2 files changed, 7 insertions(+), 8 deletions(-) diff --git a/reversessh/integrationpluginreversessh.h b/reversessh/integrationpluginreversessh.h index 5f8b16db..fe178e4d 100644 --- a/reversessh/integrationpluginreversessh.h +++ b/reversessh/integrationpluginreversessh.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,8 +31,9 @@ #ifndef INTEGRATIONPLUGINREMOTESSH_H #define INTEGRATIONPLUGINREMOTESSH_H -#include "plugintimer.h" -#include "integrations/integrationplugin.h" +#include +#include + #include "extern-plugininfo.h" #include @@ -54,7 +55,7 @@ public: void thingRemoved(Thing *thing) override; private: - QHash m_processes; + QHash m_processes; PluginTimer *m_watchdog = nullptr; }; diff --git a/reversessh/reversessh.pro b/reversessh/reversessh.pro index 8746ec49..504396c9 100644 --- a/reversessh/reversessh.pro +++ b/reversessh/reversessh.pro @@ -1,10 +1,8 @@ include(../plugins.pri) -TARGET = $$qtLibraryTarget(nymea_integrationpluginreversessh) - SOURCES += \ - integrationpluginreversessh.cpp \ + integrationpluginreversessh.cpp HEADERS += \ - integrationpluginreversessh.h \ + integrationpluginreversessh.h