summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorGravatar Jan Beich2020-07-01 22:00:47 +0000
committerGravatar Jan Beich2020-07-01 22:11:39 +0000
commitb1b1ed7597cbe329e26db8240b9e05d3fc360b6f (patch)
treecd859de22e1085b8f6e50726d49b619204467359 /src
parentMerge pull request #4217 from lioncash/prototype (diff)
downloadyuzu-b1b1ed7597cbe329e26db8240b9e05d3fc360b6f.tar.gz
yuzu-b1b1ed7597cbe329e26db8240b9e05d3fc360b6f.tar.xz
yuzu-b1b1ed7597cbe329e26db8240b9e05d3fc360b6f.zip
cmake: stop linking against QGL after c6a0ab979239
Diffstat (limited to '')
-rw-r--r--src/yuzu/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/yuzu/CMakeLists.txt b/src/yuzu/CMakeLists.txt
index 75c27e39e..c08a10f29 100644
--- a/src/yuzu/CMakeLists.txt
+++ b/src/yuzu/CMakeLists.txt
@@ -147,7 +147,7 @@ endif()
147create_target_directory_groups(yuzu) 147create_target_directory_groups(yuzu)
148 148
149target_link_libraries(yuzu PRIVATE common core input_common video_core) 149target_link_libraries(yuzu PRIVATE common core input_common video_core)
150target_link_libraries(yuzu PRIVATE Boost::boost glad Qt5::OpenGL Qt5::Widgets) 150target_link_libraries(yuzu PRIVATE Boost::boost glad Qt5::Widgets)
151target_link_libraries(yuzu PRIVATE ${PLATFORM_LIBRARIES} Threads::Threads) 151target_link_libraries(yuzu PRIVATE ${PLATFORM_LIBRARIES} Threads::Threads)
152 152
153if (ENABLE_VULKAN AND NOT WIN32) 153if (ENABLE_VULKAN AND NOT WIN32)