From 015c8a36fbe35e2ccb01a47cab312de6d57a9aea Mon Sep 17 00:00:00 2001 From: YigaUpdate <147800620+YigaUpdate@users.noreply.github.com> Date: Tue, 28 Nov 2023 16:15:51 +0100 Subject: [PATCH] Update Qt version --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index ec7975b870..eef4201ebc 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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)