2019-07-26 13:39:47 +02:00

18 lines
292 B
Prolog

include(../plugins.pri)
QT += network
TARGET = $$qtLibraryTarget(nymea_deviceplugindenon)
SOURCES += \
deviceplugindenon.cpp \
denonconnection.cpp \
heos.cpp \
heosplayer.cpp \
HEADERS += \
deviceplugindenon.h \
denonconnection.h \
heos.h \
heosplayer.h \