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

18 lines
284 B
Prolog

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