mirror of
https://github.com/yuzu-emu/yuzu-mainline.git
synced 2025-08-26 03:41:16 +00:00
Update Qt version
I propose this update of qt.
This commit is contained in:
parent
9d0418d7a9
commit
51bcf4a724
|
@ -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
|
# Qt5 requires that we find components, so it doesn't fit our pretty little find package function
|
||||||
if(ENABLE_QT)
|
if(ENABLE_QT)
|
||||||
set(QT_VERSION 5.15)
|
set(QT_VERSION 5.15.16)
|
||||||
# These are used to specify minimum versions
|
# These are used to specify minimum versions
|
||||||
set(QT5_VERSION 5.15)
|
set(QT5_VERSION 5.15)
|
||||||
set(QT6_VERSION 6.3.1)
|
set(QT6_VERSION 6.5.3)
|
||||||
|
|
||||||
set_yuzu_qt_components()
|
set_yuzu_qt_components()
|
||||||
if (ENABLE_QT6)
|
if (ENABLE_QT6)
|
||||||
|
|
Loading…
Reference in a new issue