Merge branch 'master' into idm_remove

This commit is contained in:
Megamouse 2025-01-02 08:32:29 +01:00 committed by GitHub
commit 4445108ec5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

2
3rdparty/qt6.cmake vendored
View file

@ -1,6 +1,6 @@
add_library(3rdparty_qt6 INTERFACE)
set(QT_MIN_VER 6.4.0)
set(QT_MIN_VER 6.7.0)
find_package(Qt6 ${QT_MIN_VER} CONFIG COMPONENTS Widgets Concurrent Multimedia MultimediaWidgets Svg SvgWidgets)
if(WIN32)