17 lines
259 B
Prolog
17 lines
259 B
Prolog
include(../plugins.pri)
|
|
|
|
QT *= network
|
|
|
|
SOURCES += \
|
|
integrationplugindenon.cpp \
|
|
heos.cpp \
|
|
heosplayer.cpp \
|
|
avrconnection.cpp
|
|
|
|
HEADERS += \
|
|
integrationplugindenon.h \
|
|
heos.h \
|
|
heosplayer.h \
|
|
avrconnection.h \
|
|
heostypes.h
|