Resolved issue #744. Check for Updates button produces error.

(grafted from 61294fbade9ec4418eb4e58b33cfae7f82281c55)

--HG--
branch : develop
master
Roman Telezhynskyi 2017-08-06 21:06:59 +03:00
parent 6f5199c5d1
commit 372ab02bbc
6 changed files with 4 additions and 1 deletions

View File

@ -45,6 +45,7 @@
- [#742] Valentina produces wrong seam allowance.
- [#743] Valentina doesn't update update pattern after adding item.
- Fix translation variables.
- [#744] Check for Updates button produces error.
# Version 0.5.0 May 9, 2017
- [#581] User can now filter input lists by keyword in function wizard.

View File

@ -37,7 +37,8 @@ win32{
win32 {
INSTALL_OPENSSL += \
../../../dist/win/libeay32.dll \
../../../dist/win/ssleay32.dll
../../../dist/win/ssleay32.dll \
../../../dist/win/msvcr120.dll
}
macx{

BIN
dist/win/libeay32.dll vendored

Binary file not shown.

BIN
dist/win/msvcr120.dll vendored Normal file

Binary file not shown.

BIN
dist/win/ssleay32.dll vendored

Binary file not shown.

View File

@ -268,6 +268,7 @@ win32:*g++* {
$$PWD/../../../dist/win/pdftops.exe \
$$PWD/../../../dist/win/libeay32.dll \
$$PWD/../../../dist/win/ssleay32.dll \
$$PWD/../../../dist/win/msvcr120.dll \
$$PWD/../../../AUTHORS.txt \
$$PWD/../../../LICENSE_GPL.txt \
$$PWD/../../../README.txt \