Update Qt path for build server to use Qt 5.8

This commit is contained in:
Justin Clift
2018-07-15 17:33:10 +01:00
parent eccc6f269c
commit 1b7ba4a7e7
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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.9.6/msvc2013_64")
set(QT5_PATH "C:/dev/Qt/5.8/msvc2013_64")
set(VSREDIST "vcredist_x64.exe")
# Choose between SQLCipher or SQLite, depending whether
+1 -1
View File
@@ -50,7 +50,7 @@
-->
<?if $(sys.BUILDARCH)="x64"?>
<?define QtPath="C:\dev\Qt\5.9.6\msvc2013_64" ?>
<?define QtPath="C:\dev\Qt\5.8\msvc2013_64" ?>
<?define SQLitePath="C:\dev\SQLite-Win64" ?>
<?define SQLCipherPath="C:\git_repos\SQLCipher-Win64" ?>
<?define OpenSSLPath="C:\dev\OpenSSL-Win64" ?>