18 lines
288 B
Prolog
18 lines
288 B
Prolog
include(../plugins.pri)
|
|
|
|
QT += network
|
|
PKGCONFIG += nymea-mqtt
|
|
|
|
SOURCES += \
|
|
everest.cpp \
|
|
everestclient.cpp \
|
|
everestdiscovery.cpp \
|
|
integrationplugineverest.cpp
|
|
|
|
HEADERS += \
|
|
everest.h \
|
|
everestclient.h \
|
|
everestdiscovery.h \
|
|
integrationplugineverest.h
|
|
|