1# Renaming these files requires that the LIBRARY entry of their corresponding
2# def files are also updated to reflect the name.
3# The .def files are found in the angle directories:
4#
5#       qtbase\src\3rdparty\angle\src\libEGL\libEGL[d?].def
6#       qtbase\src\3rdparty\angle\src\libEGL\libGLESv2[d?].def
7#
8# If a combined ANGLE library is used, the def files will automatically be
9# combined into QtANGLE[d?].def by QtAngle.pro.
10
11LIBEGL_NAME = libEGL
12LIBGLESV2_NAME = libGLESv2
13LIBQTANGLE_NAME = QtANGLE
14