mirror of
https://github.com/sqlitebrowser/sqlitebrowser.git
synced 2026-01-17 01:09:36 -06:00
Update Wix Toolset Qt path for our Win nightlies
This commit is contained in:
@@ -50,14 +50,14 @@
|
||||
-->
|
||||
|
||||
<?if $(sys.BUILDARCH)="x64"?>
|
||||
<?define QtPath="C:\dev\Qt\5.12.8\5.12.8\msvc2017_64" ?>
|
||||
<?define QtPath="C:\dev\Qt\5.12.12\msvc2017_64" ?>
|
||||
<?define SQLitePath="C:\dev\SQLite-Win64" ?>
|
||||
<?define SQLCipherPath="C:\git_repos\SQLCipher-Win64" ?>
|
||||
<?define OpenSSLPath="C:\dev\OpenSSL-Win64" ?>
|
||||
<?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.12.8\5.12.8\msvc2017" ?>
|
||||
<?define QtPath="C:\dev\Qt\5.12.12\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