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-02-22 20:31:44 +01:00

18 lines
290 B
Prolog

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