mirror of
https://github.com/nymea/nymea-plugins.git
synced 2026-07-02 22:30:08 +02:00
15 lines
221 B
Prolog
15 lines
221 B
Prolog
include(../plugins.pri)
|
|
|
|
QT+= network
|
|
|
|
SOURCES += \
|
|
integrationpluginsenec.cpp \
|
|
senecaccount.cpp \
|
|
seneclanstorage.cpp
|
|
|
|
HEADERS += \
|
|
integrationpluginsenec.h \
|
|
senecaccount.h \
|
|
seneclanstorage.h
|
|
|