Update Qt version

This commit is contained in:
YigaUpdate 2023-11-28 16:15:51 +01:00 committed by GitHub
parent c7649a0cdb
commit 015c8a36fb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -366,10 +366,10 @@ endfunction(set_yuzu_qt_components)
# Qt5 requires that we find components, so it doesn't fit our pretty little find package function
if(ENABLE_QT)
set(QT_VERSION 5.15)
set(QT_VERSION 5.15.16)
# These are used to specify minimum versions
set(QT5_VERSION 5.15)
set(QT6_VERSION 6.3.1)
set(QT6_VERSION 6.5.3)
set_yuzu_qt_components()
if (ENABLE_QT6)