mirror of
				https://git.h3cjp.net/H3cJP/citra.git
				synced 2025-10-31 15:04:53 +00:00 
			
		
		
		
	qt: add missing target_link_libraries for discordrpc
This commit is contained in:
		
							parent
							
								
									b1a7bbd458
								
							
						
					
					
						commit
						22e4add562
					
				|  | @ -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() | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
		Reference in a new issue