mirror of
https://github.com/sqlitebrowser/sqlitebrowser.git
synced 2026-01-27 22:40:34 -06:00
Updating path for the 64-bit Qt install on our Win build VM
This commit is contained in:
@@ -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.6/msvc2017_64" CACHE PATH "Qt5 Path")
|
||||
set(QT5_PATH "C:/dev/Qt/5.12.8/5.12.8/msvc2017_64" CACHE PATH "Qt5 Path")
|
||||
|
||||
# Choose between SQLCipher or SQLite, depending whether
|
||||
# -Dsqlcipher=1 is passed on the command line
|
||||
|
||||
@@ -55,7 +55,7 @@
|
||||
-->
|
||||
|
||||
<?if $(sys.BUILDARCH)="x64"?>
|
||||
<?define QtPath="C:\dev\Qt\5.12.6\msvc2017_64" ?>
|
||||
<?define QtPath="C:\dev\Qt\5.12.8\5.12.8\msvc2017_64" ?>
|
||||
<?define SQLitePath="C:\dev\SQLite-Win64" ?>
|
||||
<?define SQLCipherPath="C:\git_repos\SQLCipher-Win64" ?>
|
||||
<?define OpenSSLPath="C:\dev\OpenSSL-Win64" ?>
|
||||
|
||||
Reference in New Issue
Block a user