From 129fddf07c477aee398948f66091cb1727c2913e Mon Sep 17 00:00:00 2001 From: Connor McLaughlin Date: Sun, 20 Nov 2022 14:26:57 +1000 Subject: [PATCH] Qt: Switch to 6.4.0 on Windows --- .github/workflows/windows_build_qt.yml | 4 ++-- cmake/SearchForStuff.cmake | 2 +- common/vsprops/QtCompile.props | 6 +++--- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/windows_build_qt.yml b/.github/workflows/windows_build_qt.yml index 39e3f0e867..3c70b9d7e8 100644 --- a/.github/workflows/windows_build_qt.yml +++ b/.github/workflows/windows_build_qt.yml @@ -28,11 +28,11 @@ on: qt_binary_url: required: false type: string - default: https://github.com/PCSX2/pcsx2-windows-dependencies/releases/download/2022-07-24/qt-6.3.1-x64.7z + default: https://github.com/PCSX2/pcsx2-windows-dependencies/releases/download/2022-11-20/qt-6.4.0-x64.7z qt_dir: required: false type: string - default: 3rdparty\qt\6.3.1\msvc2022_64 + default: 3rdparty\qt\6.4.0\msvc2022_64 cheats_url: required: false type: string diff --git a/cmake/SearchForStuff.cmake b/cmake/SearchForStuff.cmake index 385e9336c4..c2f9aa61c0 100644 --- a/cmake/SearchForStuff.cmake +++ b/cmake/SearchForStuff.cmake @@ -224,7 +224,7 @@ find_optional_system_library(libzip 3rdparty/libzip 1.8.0) if(QT_BUILD) # Default to bundled Qt6 for Windows. if(WIN32 AND NOT DEFINED Qt6_DIR) - set(Qt6_DIR ${CMAKE_SOURCE_DIR}/3rdparty/qt/6.3.0/msvc2019_64/lib/cmake/Qt6) + set(Qt6_DIR ${CMAKE_SOURCE_DIR}/3rdparty/qt/6.4.0/msvc2022_64/lib/cmake/Qt6) endif() # Find the Qt components that we need. diff --git a/common/vsprops/QtCompile.props b/common/vsprops/QtCompile.props index 987a6a12dc..dea9058f8f 100644 --- a/common/vsprops/QtCompile.props +++ b/common/vsprops/QtCompile.props @@ -2,11 +2,11 @@ $(SolutionDir)bin\ - $(SolutionDir)3rdparty\qt\6.3.1\msvc2022_64\ - $(SolutionDir)3rdparty\qt\6.3.1\msvc2022_arm64\ + $(SolutionDir)3rdparty\qt\6.4.0\msvc2022_64\ + $(SolutionDir)3rdparty\qt\6.4.0\msvc2022_arm64\ $(PCSX2QTDIRDefault) $(PCSX2QTDIR)\ - $(SolutionDir)3rdparty\qt\6.3.1\msvc2022_64\ + $(SolutionDir)3rdparty\qt\6.4.0\msvc2022_64\ false true $(PCSX2QTDIR)include\