Fixed issue #962. Failed to load LibEGL.

(grafted from 00df5fb5dbb90630a40053aef89194163853288d)

--HG--
branch : develop
This commit is contained in:
Roman Telezhynskyi 2019-04-12 11:26:47 +03:00
parent b9247dfe84
commit 1da60440cd
2 changed files with 6 additions and 1 deletions

View File

@ -34,6 +34,7 @@
- [#955] Valentina corrupts file.
- [#956] Setting pattern unit doesn't change combobox value in Tape app.
- [#957] Unable to cut an arc with negative length.
- [#962] Failed to load LibEGL.
# Version 0.6.1 October 23, 2018
- [#885] Regression. Broken support for multi size measurements.

View File

@ -300,7 +300,11 @@ win32:*g++* {
$$[QT_INSTALL_BINS]/Qt5XmlPatterns.dll \
$$[QT_INSTALL_BINS]/libgcc_s_dw2-1.dll \
$$[QT_INSTALL_BINS]/libstdc++-6.dll \
$$[QT_INSTALL_BINS]/libwinpthread-1.dll
$$[QT_INSTALL_BINS]/libwinpthread-1.dll \
$$[QT_INSTALL_BINS]/libEGL.dll \
$$[QT_INSTALL_BINS]/libGLESv2.dll \
$$[QT_INSTALL_BINS]/d3dcompiler_*.dll \
$$[QT_INSTALL_BINS]/opengl32sw.dll
# For support Windows 7+
greaterThan(QT_MAJOR_VERSION, 4):greaterThan(QT_MINOR_VERSION, 6) {