mirror of
https://github.com/sqlitebrowser/sqlitebrowser.git
synced 2026-01-27 22:40:34 -06:00
Updating 32-bit Qt install on our Win build VM to Qt 5.12.8
This commit is contained in:
@@ -56,7 +56,7 @@ if(WIN32 AND MSVC)
|
||||
else()
|
||||
# Paths for 32-bit windows builds
|
||||
set(OPENSSL_PATH "C:/dev/OpenSSL-Win32" CACHE PATH "OpenSSL Path")
|
||||
set(QT5_PATH "C:/dev/Qt/5.7/msvc2015" CACHE PATH "Qt5 Path")
|
||||
set(QT5_PATH "C:/dev/Qt/5.12.8/5.12.8/msvc2017" CACHE PATH "Qt5 Path")
|
||||
|
||||
# Choose between SQLCipher or SQLite, depending whether
|
||||
# -Dsqlcipher=1 is passed on the command line
|
||||
|
||||
@@ -62,7 +62,7 @@
|
||||
<?define SQLiteExePath="C:\builds\release-sqlite-win64\Release" ?>
|
||||
<?define SQLCipherExePath="C:\builds\release-sqlcipher-win64\Release" ?>
|
||||
<?elseif $(sys.BUILDARCH)="x86"?>
|
||||
<?define QtPath="C:\dev\Qt\5.7\msvc2015" ?>
|
||||
<?define QtPath="C:\dev\Qt\5.12.8\5.12.8\msvc2017" ?>
|
||||
<?define SQLitePath="C:\dev\SQLite-Win32" ?>
|
||||
<?define SQLCipherPath="C:\git_repos\SQLCipher-Win32" ?>
|
||||
<?define OpenSSLPath="C:\dev\OpenSSL-Win32" ?>
|
||||
|
||||
Reference in New Issue
Block a user