mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-02 22:46:35 +00:00
2ecba800bf
Stricter and simpler. For example, now we properly error out when gstreamer-gl-1.0 was not found when the qt5 plugin is enabled or when a C++ compiler is not enabled. Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-good/-/merge_requests/587>
10 lines
286 B
Meson
10 lines
286 B
Meson
sources = [
|
|
'main.cpp',
|
|
]
|
|
|
|
qt_preprocessed = qt5_mod.preprocess(qresources : 'qmlsrc.qrc')
|
|
executable('qmlsrc', sources, qt_preprocessed,
|
|
dependencies : [gst_dep, qt5qml_example_deps],
|
|
c_args : gst_plugins_good_args,
|
|
include_directories : [configinc],
|
|
install: false)
|