diff options
Diffstat (limited to 'src/yuzu')
| -rw-r--r-- | src/yuzu/CMakeLists.txt | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/src/yuzu/CMakeLists.txt b/src/yuzu/CMakeLists.txt index 9ebece907..34208ed74 100644 --- a/src/yuzu/CMakeLists.txt +++ b/src/yuzu/CMakeLists.txt @@ -384,7 +384,7 @@ if (USE_DISCORD_PRESENCE)          discord_impl.cpp          discord_impl.h      ) -    target_link_libraries(yuzu PRIVATE DiscordRPC::discord-rpc httplib::httplib) +    target_link_libraries(yuzu PRIVATE DiscordRPC::discord-rpc httplib::httplib Qt${QT_MAJOR_VERSION}::Network)      target_compile_definitions(yuzu PRIVATE -DUSE_DISCORD_PRESENCE)  endif() | 
