From 17193d96f3b33a3909208625b23826251be8e635 Mon Sep 17 00:00:00 2001 From: Justin Clift Date: Sat, 24 Nov 2018 05:39:37 +1100 Subject: [PATCH] Update Win x64 builds to use MSVC 2017 --- CMakeLists.txt | 2 +- installer/windows/variables.wxi | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 20f07fd5..50448f69 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -35,7 +35,7 @@ if(WIN32 AND MSVC) if(CMAKE_CL_64) # Paths for 64-bit windows builds set(OPENSSL_PATH "C:/dev/OpenSSL-Win64") - set(QT5_PATH "C:/dev/Qt/5.10.1/msvc2013_64") + set(QT5_PATH "C:/dev/Qt/5.11.2/msvc2017_64") set(VSREDIST "vcredist_x64.exe") # Choose between SQLCipher or SQLite, depending whether diff --git a/installer/windows/variables.wxi b/installer/windows/variables.wxi index cbcdc293..279797f8 100644 --- a/installer/windows/variables.wxi +++ b/installer/windows/variables.wxi @@ -50,7 +50,7 @@ --> - +