Change OpenSSL binary path (again)

This commit is contained in:
Andrew Nelless
2017-02-08 12:38:59 +00:00
parent 839318add6
commit 6a5abbe3c2
190 changed files with 9 additions and 8 deletions

View File

@@ -20,6 +20,6 @@
<?endif ?>
<?define QtBinPath="$(var.QtPath)\bin" ?>
<?define QtPlatformPath="$(var.QtPath)\plugins\platforms" ?>
<?define OpenSSLPath="$(var.ExtPath)\openssl\$(var.Platform)" ?>
<?define OpenSSLPath="$(var.ExtPath)\openssl\windows\$(var.Platform)" ?>
<?define CRT="$(env.CommonProgramFiles)\Merge Modules\Microsoft_VC140_CRT_$(var.Platform).msm" ?>
</Include>