reversessh: Add Qt6 support

master
Simon Stürz 2025-08-08 15:57:36 +02:00
parent b99f9f5d90
commit e157a9b64c
2 changed files with 7 additions and 8 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,8 +31,9 @@
#ifndef INTEGRATIONPLUGINREMOTESSH_H
#define INTEGRATIONPLUGINREMOTESSH_H
#include "plugintimer.h"
#include "integrations/integrationplugin.h"
#include <integrations/integrationplugin.h>
#include <plugintimer.h>
#include "extern-plugininfo.h"
#include <QProcess>

View File

@ -1,10 +1,8 @@
include(../plugins.pri)
TARGET = $$qtLibraryTarget(nymea_integrationpluginreversessh)
SOURCES += \
integrationpluginreversessh.cpp \
integrationpluginreversessh.cpp
HEADERS += \
integrationpluginreversessh.h \
integrationpluginreversessh.h