aja-output-ui: Add Qt::Gui to find_qt on Linux

The target is linked to Qt::GuiPrivate without finding the Qt::Gui
component.
master
tytan652 2022-07-21 21:37:27 +02:00
parent 9c85ff8673
commit a595128602
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ find_package(LibAJANTV2 REQUIRED)
add_library(aja-output-ui MODULE)
add_library(OBS::aja-output-ui ALIAS aja-output-ui)
find_qt(COMPONENTS Widgets)
find_qt(COMPONENTS Widgets COMPONENTS_LINUX Gui)
set_target_properties(
aja-output-ui