From b182d9520e6dce082ab1a81bc63b2887965d5ef9 Mon Sep 17 00:00:00 2001 From: Justin Clift Date: Wed, 6 Feb 2019 16:28:19 +1100 Subject: [PATCH] Use Qt 5.12.1 for our Win64 nightly builds --- CMakeLists.txt | 2 +- installer/windows/variables.wxi | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index d57f78a7..3f835bb2 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" CACHE PATH "OpenSSL Path") - set(QT5_PATH "C:/dev/Qt/5.11.3/msvc2017_64" CACHE PATH "Qt5 Path") + set(QT5_PATH "C:/dev/Qt/5.12.1/msvc2017_64" CACHE PATH "Qt5 Path") # Choose between SQLCipher or SQLite, depending whether # -Dsqlcipher=1 is passed on the command line diff --git a/installer/windows/variables.wxi b/installer/windows/variables.wxi index 1093ca76..2d565915 100644 --- a/installer/windows/variables.wxi +++ b/installer/windows/variables.wxi @@ -55,7 +55,7 @@ --> - +