mirror of
https://codeberg.org/yuzu-emu/yuzu.git
synced 2025-12-16 12:09:04 +00:00
build: update Qt to 6.8.1 and add permissive flag for discord-rpc
Updates the Qt dependency from 6.7.3 to 6.8.1 when downloading Qt. Adds -fpermissive compile flag for discord-rpc target to fix build issues.
This commit is contained in:
parent
8c66caeb5e
commit
9f49882c24
@ -433,7 +433,7 @@ add_subdirectory(externals)
|
||||
|
||||
if (ENABLE_QT)
|
||||
if (NOT USE_SYSTEM_QT)
|
||||
download_qt(6.7.3)
|
||||
download_qt(6.8.1)
|
||||
endif()
|
||||
|
||||
find_package(Qt6 REQUIRED COMPONENTS Widgets Multimedia Concurrent Network)
|
||||
@ -688,3 +688,7 @@ if(ENABLE_QT AND UNIX AND NOT APPLE)
|
||||
install(FILES "dist/org.yuzu_emu.yuzu.metainfo.xml"
|
||||
DESTINATION "share/metainfo")
|
||||
endif()
|
||||
|
||||
if (USE_DISCORD_PRESENCE)
|
||||
target_compile_options(discord-rpc PRIVATE -fpermissive)
|
||||
endif()
|
||||
|
||||
Loading…
Reference in New Issue
Block a user