12 lines
203 B
Prolog
12 lines
203 B
Prolog
include(../plugins.pri)
|
|
|
|
TARGET = $$qtLibraryTarget(guh_deviceplugindenon)
|
|
|
|
SOURCES += \
|
|
deviceplugindenon.cpp \
|
|
denonconnection.cpp
|
|
|
|
HEADERS += \
|
|
deviceplugindenon.h \
|
|
denonconnection.h
|