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.
2023-08-09 17:08:08 +02:00

17 lines
336 B
Prolog

include(../plugins.pri)
# Generate modbus connection
MODBUS_CONNECTIONS += webasto-next-registers.json
MODBUS_TOOLS_CONFIG += VERBOSE
include(../modbus.pri)
SOURCES += \
integrationpluginwebasto.cpp \
webasto.cpp \
webastodiscovery.cpp
HEADERS += \
integrationpluginwebasto.h \
webasto.h \
webastodiscovery.h