mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +00:00
overlay/example: added qt core dependency for qt overlay example
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-base/-/merge_requests/1020>
This commit is contained in:
parent
0896ccb436
commit
cdbf535f01
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ if x11_dep.found()
|
||||||
|
|
||||||
if have_cxx # check for C++ support
|
if have_cxx # check for C++ support
|
||||||
qt5_mod = import('qt5')
|
qt5_mod = import('qt5')
|
||||||
qt5widgets_dep = dependency('qt5', modules : ['Gui', 'Widgets'],
|
qt5widgets_dep = dependency('qt5', modules : ['Core', 'Gui', 'Widgets'],
|
||||||
required: get_option('examples'))
|
required: get_option('examples'))
|
||||||
|
|
||||||
# FIXME Add a way to get that information out of the qt5 module
|
# FIXME Add a way to get that information out of the qt5 module
|
||||||
|
|
Loading…
Reference in a new issue