From 11816871153eabd01964d6085636ec51a78550fd Mon Sep 17 00:00:00 2001 From: Justin Clift Date: Tue, 11 Dec 2018 17:20:32 +1100 Subject: [PATCH] Update Windows x64 nightly build to use Qt 5.12.0 --- CMakeLists.txt | 2 +- installer/windows/variables.wxi | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index df062a25..6018290d 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.2/msvc2017_64" CACHE PATH "Qt5 Path") + set(QT5_PATH "C:/dev/Qt/5.12.0/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 34f6e0a2..090f71fd 100644 --- a/installer/windows/variables.wxi +++ b/installer/windows/variables.wxi @@ -55,7 +55,7 @@ --> - +