Merge pull request #4221 from jbeich/unused-qt-opengl
cmake: drop dependency on QtOpenGL
This commit is contained in:
commit
995067538d
3 changed files with 3 additions and 4 deletions
|
@ -152,7 +152,7 @@ endif()
|
|||
create_target_directory_groups(yuzu)
|
||||
|
||||
target_link_libraries(yuzu PRIVATE common core input_common video_core)
|
||||
target_link_libraries(yuzu PRIVATE Boost::boost glad Qt5::OpenGL Qt5::Widgets)
|
||||
target_link_libraries(yuzu PRIVATE Boost::boost glad Qt5::Widgets)
|
||||
target_link_libraries(yuzu PRIVATE ${PLATFORM_LIBRARIES} Threads::Threads)
|
||||
|
||||
if (ENABLE_VULKAN AND NOT WIN32)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue