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:
Knobe, Daniel 2021-01-26 14:05:48 +01:00 committed by GStreamer Merge Bot
parent 0896ccb436
commit cdbf535f01

View file

@ -13,7 +13,7 @@ if x11_dep.found()
if have_cxx # check for C++ support
qt5_mod = import('qt5')
qt5widgets_dep = dependency('qt5', modules : ['Gui', 'Widgets'],
qt5widgets_dep = dependency('qt5', modules : ['Core', 'Gui', 'Widgets'],
required: get_option('examples'))
# FIXME Add a way to get that information out of the qt5 module