From eccc6f269ca2403be519c87ec47b74bdf7f9e245 Mon Sep 17 00:00:00 2001 From: Justin Clift Date: Sun, 15 Jul 2018 12:29:19 +0100 Subject: [PATCH] Update Qt path for build server to use Qt 5.9.6 --- CMakeLists.txt | 2 +- installer/windows/variables.wxi | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 92a1002b..4d0a85d0 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -34,7 +34,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.9.6/msvc2013_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 a3a62df1..99b4cd25 100644 --- a/installer/windows/variables.wxi +++ b/installer/windows/variables.wxi @@ -50,7 +50,7 @@ --> - +