1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-02-24 13:54:16 +01:00
2017-09-12 22:20:46 +02:00

30 lines
504 B
Prolog

TEMPLATE = lib
TARGET = GCSGStreamer
DEFINES += GST_LIB_LIBRARY
QT += widgets
include(../../library.pri)
include(../utils/utils.pri)
include(gstreamer_dependencies.pri)
gstreamer_plugins:include(plugins/plugins.pro)
HEADERS += \
gst_global.h \
gst_util.h \
devicemonitor.h \
pipeline.h \
pipelineevent.h \
overlay.h \
videowidget.h
SOURCES += \
gst_util.cpp \
devicemonitor.cpp \
pipeline.cpp \
videowidget.cpp
equals(copydata, 1):include(copydata.pro)