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-21 13:25:34 +01:00

20 lines
331 B
Prolog

include(../plugins.pri)
QT += \
network \
serialbus \
SOURCES += \
integrationpluginsunspec.cpp \
sunspec.cpp \
sunspecinverter.cpp \
sunspecmeter.cpp \
sunspecstorage.cpp
HEADERS += \
integrationpluginsunspec.h \
sunspec.h \
sunspecinverter.h \
sunspecmeter.h \
sunspecstorage.h