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.

14 lines
245 B
Prolog

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