mirror of
https://github.com/PabloMK7/citra.git
synced 2025-09-09 12:20:04 +00:00
qt: Update Qt to 6.5.1 (#6863)
This commit is contained in:
parent
baca2bfc6b
commit
af78268dd5
2 changed files with 3 additions and 2 deletions
|
@ -220,7 +220,7 @@ find_package(Threads REQUIRED)
|
|||
|
||||
if (ENABLE_QT)
|
||||
if (NOT USE_SYSTEM_QT)
|
||||
download_qt(6.5.0)
|
||||
download_qt(6.5.1)
|
||||
endif()
|
||||
|
||||
find_package(Qt6 REQUIRED COMPONENTS Widgets Multimedia Concurrent)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue