Resolved issue #744. Check for Updates button produces error.
(grafted from 61294fbade9ec4418eb4e58b33cfae7f82281c55) --HG-- branch : develop
This commit is contained in:
parent
6f5199c5d1
commit
372ab02bbc
|
@ -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.
|
||||
|
|
|
@ -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
BIN
dist/win/libeay32.dll
vendored
Binary file not shown.
BIN
dist/win/msvcr120.dll
vendored
Normal file
BIN
dist/win/msvcr120.dll
vendored
Normal file
Binary file not shown.
BIN
dist/win/ssleay32.dll
vendored
BIN
dist/win/ssleay32.dll
vendored
Binary file not shown.
|
@ -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 \
|
||||
|
|
Loading…
Reference in New Issue
Block a user