b0ec05f27b
This is needed to be able to use Qt (with dynamic ANGLE) in a plugin while the host runs a different version of Qt (and ANGLE). In addition to changing the LIBEGL_NAME and LIBGLESV2_NAME variables you also need to update the value of the LIBRARY definition in the .def files for ANGLE: qtbase/src/3rdparty/angle/src/libGLESv2/libGLESv2[d?].def qtbase/src/3rdparty/angle/src/libGLESv2/libEGL[d?].def Task-number: QTBUG-48431 Change-Id: Idd00d039ba3e20cc0ec7496bee36ed1c90383b0d Reviewed-by: Friedemann Kleint <Friedemann.Kleint@theqtcompany.com>
10 lines
355 B
Plaintext
10 lines
355 B
Plaintext
# Renaming these files requires that the LIBRARY entry of their corresponding
|
|
# def files are also updated to reflect the name.
|
|
# The .def files are found in the angle directories:
|
|
#
|
|
# qtbase\src\3rdparty\angle\src\libEGL\libEGL[d?].def
|
|
# qtbase\src\3rdparty\angle\src\libEGL\libGLESv2[d?].def
|
|
|
|
LIBEGL_NAME="libEGL"
|
|
LIBGLESV2_NAME="libGLESv2"
|