Fixed issue #962. Failed to load LibEGL.

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

View File

@ -18,6 +18,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

@ -306,7 +306,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
# Don't use Qt OpenGL module since Q5.4
equals(QT_MAJOR_VERSION, 5):lessThan(QT_MINOR_VERSION, 4) {