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