Update Windows x64 3.11.x builds to use Qt 5.12.0

This commit is contained in:
Justin Clift
2018-12-11 19:38:51 +11:00
parent 567651c4f8
commit c3ff5c2dc7
2 changed files with 2 additions and 2 deletions

View File

@@ -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")
set(QT5_PATH "C:/dev/Qt/5.11.2/msvc2017_64")
set(QT5_PATH "C:/dev/Qt/5.12.0/msvc2017_64")
# Choose between SQLCipher or SQLite, depending whether
# -Dsqlcipher=1 is passed on the command line

View File

@@ -55,7 +55,7 @@
-->
<?if $(sys.BUILDARCH)="x64"?>
<?define QtPath="C:\dev\Qt\5.11.2\msvc2017_64" ?>
<?define QtPath="C:\dev\Qt\5.12.0\msvc2017_64" ?>
<?define SQLitePath="C:\dev\SQLite-Win64" ?>
<?define SQLCipherPath="C:\git_repos\SQLCipher-Win64" ?>
<?define OpenSSLPath="C:\dev\OpenSSL-Win64" ?>