mirror of https://github.com/nymea/nymea.git
21 lines
337 B
Prolog
21 lines
337 B
Prolog
include(../../plugins.pri)
|
|
|
|
TARGET = $$qtLibraryTarget(guh_devicepluginkodi)
|
|
|
|
RESOURCES += images.qrc \
|
|
|
|
SOURCES += \
|
|
devicepluginkodi.cpp \
|
|
kodiconnection.cpp \
|
|
jsonhandler.cpp \
|
|
kodi.cpp \
|
|
kodireply.cpp
|
|
|
|
HEADERS += \
|
|
devicepluginkodi.h \
|
|
kodiconnection.h \
|
|
jsonhandler.h \
|
|
kodi.h \
|
|
kodireply.h
|
|
|