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.
2021-01-18 14:04:11 +01:00

16 lines
263 B
Prolog

include(../plugins.pri)
QT += \
network \
serialbus \
SOURCES += \
integrationpluginsunspec.cpp \
sunspec.cpp \
../modbus/modbustcpmaster.cpp \
HEADERS += \
integrationpluginsunspec.h \
sunspec.h \
../modbus/modbustcpmaster.h \