Fixed issue #962. Failed to load LibEGL.
(grafted from 00df5fb5dbb90630a40053aef89194163853288d) --HG-- branch : develop
This commit is contained in:
parent
b9247dfe84
commit
1da60440cd
|
@ -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.
|
||||
|
|
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue
Block a user