summaryrefslogtreecommitdiffstats
path: root/src/plugins/v4l/v4l.pro
blob: 28d89e3e9ba775eb509fa81ce7581d70d2f78789 (plain)
1
2
3
4
5
6
7
8
9
10
11
TARGET = qtmedia_v4lengine
QT += multimedia-private

HEADERS += v4lserviceplugin.h
SOURCES += v4lserviceplugin.cpp

include(radio/radio.pri)

PLUGIN_TYPE = mediaservice
PLUGIN_CLASS_NAME = V4LServicePlugin
load(qt_plugin)