Initial copy of QtMultimediaKit.
Comes from original repo, with SHA1: 2c82d5611655e5967f5c5095af50c0991c4378b2
This commit is contained in:
13
src/plugins/v4l/v4l.pro
Normal file
13
src/plugins/v4l/v4l.pro
Normal file
@@ -0,0 +1,13 @@
|
||||
load(qt_module)
|
||||
|
||||
TARGET = qtmedia_v4lengine
|
||||
QT += multimediakit-private
|
||||
PLUGIN_TYPE = mediaservice
|
||||
|
||||
load(qt_plugin)
|
||||
DESTDIR = $$QT.multimediakit.plugins/$${PLUGIN_TYPE}
|
||||
|
||||
HEADERS += v4lserviceplugin.h
|
||||
SOURCES += v4lserviceplugin.cpp
|
||||
|
||||
include(radio/radio.pri)
|
||||
Reference in New Issue
Block a user