From a3709576f712e480cd48a45ea696a0ec37286ce4 Mon Sep 17 00:00:00 2001 From: Justin Clift Date: Sun, 14 May 2017 10:53:03 +0100 Subject: [PATCH] Move back to Qt 5.7 for now --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 413e4712..2c1f0af4 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -18,7 +18,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.8/msvc2013_64") + set(QT5_PATH "C:/dev/Qt/5.7/msvc2013_64") set(VSREDIST "vcredist_x64.exe") # Choose between SQLCipher or SQLite, depending whether @@ -31,7 +31,7 @@ if(WIN32 AND MSVC) else() # Paths for 32-bit windows builds set(OPENSSL_PATH "C:/dev/OpenSSL-Win32") - set(QT5_PATH "C:/dev/Qt/5.8/msvc2013") + set(QT5_PATH "C:/dev/Qt/5.7/msvc2013") set(VSREDIST "vcredist_x86.exe") # Choose between SQLCipher or SQLite, depending whether