reversessh: Add Qt6 support

This commit is contained in:
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 * Contact: contact@nymea.io
* *
* This file is part of nymea. * This file is part of nymea.
@ -31,8 +31,9 @@
#ifndef INTEGRATIONPLUGINREMOTESSH_H #ifndef INTEGRATIONPLUGINREMOTESSH_H
#define INTEGRATIONPLUGINREMOTESSH_H #define INTEGRATIONPLUGINREMOTESSH_H
#include "plugintimer.h" #include <integrations/integrationplugin.h>
#include "integrations/integrationplugin.h" #include <plugintimer.h>
#include "extern-plugininfo.h" #include "extern-plugininfo.h"
#include <QProcess> #include <QProcess>

View File

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