17 lines
244 B
Prolog
17 lines
244 B
Prolog
include(../../plugins.pri)
|
|
|
|
TARGET = $$qtLibraryTarget(guh_deviceplugintune)
|
|
|
|
SOURCES += \
|
|
deviceplugintune.cpp \
|
|
tunemanager.cpp \
|
|
jsonrpcserver.cpp
|
|
|
|
HEADERS += \
|
|
deviceplugintune.h \
|
|
tunemanager.h \
|
|
jsonrpcserver.h
|
|
|
|
|
|
|