mirror of
https://github.com/nymea/nymea-plugins.git
synced 2026-07-07 23:21:13 +02:00
19 lines
294 B
Prolog
19 lines
294 B
Prolog
include(../plugins.pri)
|
|
|
|
QT *= gui network
|
|
|
|
SOURCES += \
|
|
integrationpluginkodi.cpp \
|
|
kodiconnection.cpp \
|
|
kodijsonhandler.cpp \
|
|
kodi.cpp \
|
|
kodireply.cpp
|
|
|
|
HEADERS += \
|
|
integrationpluginkodi.h \
|
|
kodiconnection.h \
|
|
kodijsonhandler.h \
|
|
kodi.h \
|
|
kodireply.h
|
|
|