summaryrefslogtreecommitdiffstats
path: root/rtlfmradio.pro
blob: 200984ecd48ca6d6b81415c3b4e3fcae80e9d9b7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
TEMPLATE = lib
CONFIG += plugin c++11 link_pkgconfig
PKGCONFIG += librtlsdr
TARGET = rtlfmradio
QT = multimedia

HEADERS = rtlfmradioplugin.h rtlfmradioservice.h rtlfmradiotunercontrol.h OutputBuffer.h rtl_fm.h convenience/convenience.h
SOURCES = rtlfmradioplugin.cpp rtlfmradioservice.cpp rtlfmradiotunercontrol.cpp OutputBuffer.cpp rtl_fm.c convenience/convenience.c
DISTFILES += rtlfmradio.json

target.path = $$[QT_INSTALL_PLUGINS]/mediaservice
INSTALLS += target