mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-20 04:45:47 +00:00
Update Qt to 6.8.3 and fixes dark mode being forced automatically even when light theme is set in app settings
This commit is contained in:
parent
daab352512
commit
8254a0e0de
4 changed files with 27 additions and 20 deletions
|
@ -399,7 +399,7 @@ add_subdirectory(externals)
|
|||
|
||||
if (ENABLE_QT)
|
||||
if (NOT USE_SYSTEM_QT)
|
||||
download_qt(6.7.3)
|
||||
download_qt(6.8.3)
|
||||
endif()
|
||||
|
||||
find_package(Qt6 REQUIRED COMPONENTS Widgets Multimedia Concurrent)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue