mirror of
https://github.com/nymea/nymea-plugins.git
synced 2026-07-13 00:02:28 +02:00
12 lines
205 B
Prolog
12 lines
205 B
Prolog
include(../plugins.pri)
|
|
|
|
TARGET = $$qtLibraryTarget(nymea_deviceplugindenon)
|
|
|
|
SOURCES += \
|
|
deviceplugindenon.cpp \
|
|
denonconnection.cpp
|
|
|
|
HEADERS += \
|
|
deviceplugindenon.h \
|
|
denonconnection.h
|