mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-22 14:06:23 +00:00
examples: dist qt examples
https://bugzilla.gnome.org/show_bug.cgi?id=796968
This commit is contained in:
parent
ebcf3f5f63
commit
553a479e89
1 changed files with 15 additions and 0 deletions
|
@ -16,6 +16,21 @@ else
|
|||
CAIRO_DIR=
|
||||
endif
|
||||
|
||||
EXTRA_DIST = \
|
||||
qt/qmlsrc/main.qml \
|
||||
qt/qmlsrc/qmlsrc.qrc \
|
||||
qt/qmlsrc/meson.build \
|
||||
qt/qmlsrc/grabqml.pro \
|
||||
qt/qmlsrc/main.cpp \
|
||||
qt/meson.build \
|
||||
qt/qmlsink/main.qml \
|
||||
qt/qmlsink/qmlsink.qrc \
|
||||
qt/qmlsink/CMakeLists.txt \
|
||||
qt/qmlsink/play.pro \
|
||||
qt/qmlsink/meson.build \
|
||||
qt/qmlsink/main.cpp
|
||||
|
||||
|
||||
SUBDIRS = audiofx equalizer $(GTK_DIR) $(JACK_DIR) level \
|
||||
rtp rtsp shapewipe spectrum v4l2 $(CAIRO_DIR)
|
||||
|
||||
|
|
Loading…
Reference in a new issue