19 lines
378 B
Prolog
19 lines
378 B
Prolog
include(../plugins.pri)
|
|
include(../sunspec.pri)
|
|
|
|
SOURCES += \
|
|
integrationpluginsunspec.cpp \
|
|
solaredgebattery.cpp \
|
|
sunspecinverter.cpp \
|
|
sunspecmeter.cpp \
|
|
sunspecstorage.cpp \
|
|
sunspecthing.cpp
|
|
|
|
HEADERS += \
|
|
integrationpluginsunspec.h \
|
|
solaredgebattery.h \
|
|
sunspecinverter.h \
|
|
sunspecmeter.h \
|
|
sunspecstorage.h \
|
|
sunspecthing.h
|