From f859da112eeff2ab8ea8661c3b6dbba9905ed453 Mon Sep 17 00:00:00 2001 From: "Admiral H. Curtiss" Date: Sat, 22 Aug 2020 20:08:38 +0200 Subject: [PATCH] Update Windows build to use Qt 5.15.0. --- CMakeSettings.json | 8 ++++---- Externals/Qt | 2 +- Source/Core/DolphinQt/CMakeLists.txt | 4 ++-- Source/VSProps/QtCompile.props | 4 ++-- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/CMakeSettings.json b/CMakeSettings.json index 66db74ffad..c571312285 100644 --- a/CMakeSettings.json +++ b/CMakeSettings.json @@ -11,7 +11,7 @@ "variables": [ { "name": "Qt5_DIR", - "value": "${workspaceRoot}\\Externals\\Qt\\Qt5.14.1\\msvc2019_64\\lib\\cmake\\Qt5" + "value": "${workspaceRoot}\\Externals\\Qt\\Qt5.15.0\\msvc2019_64\\lib\\cmake\\Qt5" } ] }, @@ -26,7 +26,7 @@ "variables": [ { "name": "Qt5_DIR", - "value": "${workspaceRoot}\\Externals\\Qt\\Qt5.14.1\\msvc2019_64\\lib\\cmake\\Qt5" + "value": "${workspaceRoot}\\Externals\\Qt\\Qt5.15.0\\msvc2019_64\\lib\\cmake\\Qt5" } ] }, @@ -41,7 +41,7 @@ "variables": [ { "name": "Qt5_DIR", - "value": "${workspaceRoot}\\Externals\\Qt\\Qt5.14.1\\msvc2019_arm64\\lib\\cmake\\Qt5" + "value": "${workspaceRoot}\\Externals\\Qt\\Qt5.15.0\\msvc2019_arm64\\lib\\cmake\\Qt5" }, { "name": "CMAKE_SYSTEM_NAME", @@ -64,7 +64,7 @@ "variables": [ { "name": "Qt5_DIR", - "value": "${workspaceRoot}\\Externals\\Qt\\Qt5.14.1\\msvc2019_arm64\\lib\\cmake\\Qt5" + "value": "${workspaceRoot}\\Externals\\Qt\\Qt5.15.0\\msvc2019_arm64\\lib\\cmake\\Qt5" }, { "name": "CMAKE_SYSTEM_NAME", diff --git a/Externals/Qt b/Externals/Qt index a14e340be1..5ab31b5fdf 160000 --- a/Externals/Qt +++ b/Externals/Qt @@ -1 +1 @@ -Subproject commit a14e340be1ad66e0cb1d8180485896a9134800e0 +Subproject commit 5ab31b5fdf1cdc59b9e8c82a0f7c12d5fe878cd8 diff --git a/Source/Core/DolphinQt/CMakeLists.txt b/Source/Core/DolphinQt/CMakeLists.txt index 5d0ce64cbc..9216e9702b 100644 --- a/Source/Core/DolphinQt/CMakeLists.txt +++ b/Source/Core/DolphinQt/CMakeLists.txt @@ -1,8 +1,8 @@ if (NOT Qt5_DIR AND MSVC) if(_M_ARM_64) - set(Qt5_DIR "${CMAKE_SOURCE_DIR}/Externals/Qt/Qt5.14.1/msvc2019_arm64/lib/cmake/Qt5") + set(Qt5_DIR "${CMAKE_SOURCE_DIR}/Externals/Qt/Qt5.15.0/msvc2019_arm64/lib/cmake/Qt5") else() - set(Qt5_DIR "${CMAKE_SOURCE_DIR}/Externals/Qt/Qt5.14.1/msvc2019_64/lib/cmake/Qt5") + set(Qt5_DIR "${CMAKE_SOURCE_DIR}/Externals/Qt/Qt5.15.0/msvc2019_64/lib/cmake/Qt5") endif() endif() diff --git a/Source/VSProps/QtCompile.props b/Source/VSProps/QtCompile.props index e137e5adf8..6ee1546228 100644 --- a/Source/VSProps/QtCompile.props +++ b/Source/VSProps/QtCompile.props @@ -1,8 +1,8 @@ - $(ExternalsDir)Qt\Qt5.14.1\msvc2019_64\ - $(ExternalsDir)Qt\Qt5.14.1\msvc2019_arm64\ + $(ExternalsDir)Qt\Qt5.15.0\msvc2019_64\ + $(ExternalsDir)Qt\Qt5.15.0\msvc2019_arm64\ $(QTDIRDefault) $(QTDIR)\ false