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-06-16 16:55:45 +02:00

18 lines
288 B
Prolog

include(../plugins.pri)
QT += \
network \
serialbus \
SOURCES += \
integrationpluginwallbe.cpp \
../modbus/modbustcpmaster.cpp \
host.cpp \
discover.cpp
HEADERS += \
integrationpluginwallbe.h \
../modbus/modbustcpmaster.h \
host.h \
discover.h