mirror of https://github.com/nymea/nymea.git
23 lines
445 B
Prolog
23 lines
445 B
Prolog
TRANSLATIONS = translations/en_US.ts \
|
|
translations/de_DE.ts
|
|
|
|
# Note: include after the TRANSLATIONS definition
|
|
include(../../plugins.pri)
|
|
|
|
TARGET = $$qtLibraryTarget(guh_devicepluginkodi)
|
|
|
|
SOURCES += \
|
|
devicepluginkodi.cpp \
|
|
kodiconnection.cpp \
|
|
kodijsonhandler.cpp \
|
|
kodi.cpp \
|
|
kodireply.cpp
|
|
|
|
HEADERS += \
|
|
devicepluginkodi.h \
|
|
kodiconnection.h \
|
|
kodijsonhandler.h \
|
|
kodi.h \
|
|
kodireply.h
|
|
|