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:
Zephyron 2025-02-09 11:33:06 +10:00
parent d1b7aebe8c
commit 646af3c143
No known key found for this signature in database

View file

@ -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)