From 574303a550b76eda50ba60eeea496aab7b5f3685 Mon Sep 17 00:00:00 2001 From: Justin Clift Date: Tue, 19 Nov 2019 22:58:09 +1100 Subject: [PATCH] Update paths on build server for Qt 5.12.6 x64 --- CMakeLists.txt | 2 +- installer/windows/variables.wxi | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 8059918d..d9bb712b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -44,7 +44,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.12.5/msvc2017_64" CACHE PATH "Qt5 Path") + set(QT5_PATH "C:/dev/Qt/5.12.6/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 d13dca99..c5565054 100644 --- a/installer/windows/variables.wxi +++ b/installer/windows/variables.wxi @@ -55,7 +55,7 @@ --> - +