summaryrefslogtreecommitdiff
path: root/subprojects/gst-plugins-good/tests/examples/qt/meson.build
blob: 08c477ddc28e0c87f913fd213df2e68ef36935a4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
if qt5_option.disabled()
  subdir_done()
endif

# We already did all the checks when building the qt plugin
if not qt5qml_dep.found()
  subdir_done()
endif

qt5qml_example_deps = dependency('qt5', modules : ['Core', 'Gui', 'Widgets', 'Qml', 'Quick'],
                         required: get_option('examples'))

if not qt5qml_example_deps.found()
  subdir_done()
endif

subdir('qmloverlay')
subdir('qmlsink')
subdir('qmlsink-multisink')
subdir('qmlsink-dynamically-added')
subdir('qmlsrc')