mirror of
https://git.citron-emu.org/Citron/Citron.git
synced 2025-03-15 05:34:49 +00:00
Downgrade Qt version from 6.8.2 to 6.7.3
- Changes the downloaded Qt version from 6.8.2 to 6.7.3 when not using system Qt. - This rolls back to a more stable release version of Qt.
This commit is contained in:
parent
d1b7aebe8c
commit
646af3c143
1 changed files with 1 additions and 1 deletions
|
@ -422,7 +422,7 @@ endif()
|
|||
|
||||
if (ENABLE_QT)
|
||||
if (NOT USE_SYSTEM_QT)
|
||||
download_qt(6.8.2)
|
||||
download_qt(6.7.3)
|
||||
endif()
|
||||
|
||||
find_package(Qt6 REQUIRED COMPONENTS Widgets Multimedia Concurrent Network)
|
||||
|
|
Loading…
Add table
Reference in a new issue