20 lines
331 B
Prolog
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
|