2020-03-04 17:52:36 +01:00

17 lines
274 B
Prolog

include(../plugins.pri)
QT += \
network \
websockets \
TARGET = $$qtLibraryTarget(nymea_integrationpluginbose)
SOURCES += \
integrationpluginbose.cpp \
soundtouch.cpp
HEADERS += \
integrationpluginbose.h \
soundtouch.h \
soundtouchtypes.h