This repository has been archived on 2026-05-31. You can view files and clone it, but cannot push or open issues or pull requests.
2020-01-22 16:58:48 +01:00

20 lines
265 B
Prolog

include(../plugins.pri)
TARGET = $$qtLibraryTarget(nymea_devicepluginmypv)
QT += \
network \
serialbus \
LIBS += -lmodbus
SOURCES += \
devicepluginmypv.cpp \
modbustcpmaster.cpp \
HEADERS += \
devicepluginmypv.h \
modbustcpmaster.h \