mirror of
https://github.com/nymea/nymea-plugins.git
synced 2026-07-13 00:02:28 +02:00
17 lines
269 B
Prolog
17 lines
269 B
Prolog
include(../plugins.pri)
|
|
|
|
QT+= network
|
|
|
|
SOURCES += \
|
|
integrationpluginsenec.cpp \
|
|
senecaccount.cpp \
|
|
senecdiscovery.cpp \
|
|
senecstoragelan.cpp
|
|
|
|
HEADERS += \
|
|
integrationpluginsenec.h \
|
|
senecaccount.h \
|
|
senecdiscovery.h \
|
|
senecstoragelan.h
|
|
|