summaryrefslogtreecommitdiffstats
path: root/src/angle/README.qt
diff options
context:
space:
mode:
Diffstat (limited to 'src/angle/README.qt')
-rw-r--r--src/angle/README.qt5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/angle/README.qt b/src/angle/README.qt
index a8888604cc..e84d29f004 100644
--- a/src/angle/README.qt
+++ b/src/angle/README.qt
@@ -29,6 +29,11 @@ Since we build debug and release versions
the .def files (libEGLd.def) must be created as copies
with the LIBRARY name entry adapted.
+MinGW-w64 32-bit requires function exports in the .def files
+to be decorated. Modified versions of the .def files are created as
+<library>_mingw.def. The decorated names of each function can be found
+using the nm command to list the symbols in libEGL.o and libGLESv2.o.
+
Using a custom ANGLE
-------------------------------------------------------------
Qt supports building a version of ANGLE other than the one that