Skip to content

Commit

Permalink
overlay/example: added qt core dependency for qt overlay example
Browse files Browse the repository at this point in the history
  • Loading branch information
danielknobemiele authored and GStreamer Merge Bot committed Jan 27, 2021
1 parent 0896ccb commit cdbf535
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/examples/overlay/meson.build
Expand Up @@ -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
Expand Down

0 comments on commit cdbf535

Please sign in to comment.