Skip to content

Commit

Permalink
Update paths on build server for Qt 5.12.6 x64
Browse files Browse the repository at this point in the history
  • Loading branch information
justinclift committed Nov 19, 2019
1 parent 914292f commit 574303a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion installer/windows/variables.wxi
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
-->

<?if $(sys.BUILDARCH)="x64"?>
<?define QtPath="C:\dev\Qt\5.12.5\msvc2017_64" ?>
<?define QtPath="C:\dev\Qt\5.12.6\msvc2017_64" ?>
<?define SQLitePath="C:\dev\SQLite-Win64" ?>
<?define SQLCipherPath="C:\git_repos\SQLCipher-Win64" ?>
<?define OpenSSLPath="C:\dev\OpenSSL-Win64" ?>
Expand Down

0 comments on commit 574303a

Please sign in to comment.