From e87225beb25440c8b6f3b82019028681cf248160 Mon Sep 17 00:00:00 2001 From: "Admiral H. Curtiss" Date: Thu, 28 May 2026 00:40:12 +0200 Subject: [PATCH] Update bundled Windows Qt to 6.8.3 --- Externals/Qt | 2 +- Source/Core/DolphinQt/CMakeLists.txt | 4 ++-- Source/VSProps/QtCompile.props | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Externals/Qt b/Externals/Qt index 495517af2b..306289108d 160000 --- a/Externals/Qt +++ b/Externals/Qt @@ -1 +1 @@ -Subproject commit 495517af2b922c10c24f543e0fd6ea3ddf774e50 +Subproject commit 306289108d29a4b31a5460f7b55d28fde7b96d1b diff --git a/Source/Core/DolphinQt/CMakeLists.txt b/Source/Core/DolphinQt/CMakeLists.txt index 02700d1c18..f4ba46d2f9 100644 --- a/Source/Core/DolphinQt/CMakeLists.txt +++ b/Source/Core/DolphinQt/CMakeLists.txt @@ -1,8 +1,8 @@ if (MSVC) if(_M_ARM_64) - list(APPEND CMAKE_PREFIX_PATH "${CMAKE_SOURCE_DIR}/Externals/Qt/Qt6.5.1/ARM64") + list(APPEND CMAKE_PREFIX_PATH "${CMAKE_SOURCE_DIR}/Externals/Qt/Qt6.8.3/ARM64") else() - list(APPEND CMAKE_PREFIX_PATH "${CMAKE_SOURCE_DIR}/Externals/Qt/Qt6.5.1/x64") + list(APPEND CMAKE_PREFIX_PATH "${CMAKE_SOURCE_DIR}/Externals/Qt/Qt6.8.3/x64") endif() endif() diff --git a/Source/VSProps/QtCompile.props b/Source/VSProps/QtCompile.props index c42c823f88..bc3c4fe410 100644 --- a/Source/VSProps/QtCompile.props +++ b/Source/VSProps/QtCompile.props @@ -1,7 +1,7 @@ - $(ExternalsDir)Qt\Qt6.5.1\ + $(ExternalsDir)Qt\Qt6.8.3\ $(ExternalsQtDir)$(Platform)\ $(QtTargetDirDefault) $(QTDIR)\ @@ -113,7 +113,7 @@ - +