overlay/example: added qt core dependency for qt overlay example
authorKnobe, Daniel <daniel.knobe@miele.com>
Tue, 26 Jan 2021 13:05:48 +0000 (14:05 +0100)
committerGStreamer Merge Bot <gitlab-merge-bot@gstreamer-foundation.org>
Wed, 27 Jan 2021 07:44:59 +0000 (07:44 +0000)
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-base/-/merge_requests/1020>

tests/examples/overlay/meson.build

index a0a9f33..65038db 100644 (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