aboutsummarylogtreecommitdiffstats
path: root/qt5-use-external-angle-library.patch
diff options
context:
space:
mode:
Diffstat (limited to 'qt5-use-external-angle-library.patch')
-rw-r--r--qt5-use-external-angle-library.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/qt5-use-external-angle-library.patch b/qt5-use-external-angle-library.patch
index 551bfa3b69e1..fef7949afb28 100644
--- a/qt5-use-external-angle-library.patch
+++ b/qt5-use-external-angle-library.patch
@@ -80,7 +80,7 @@
--- src/plugins/platforms/windows/windows.pri 2014-12-05 09:24:37.000000000 -0700
+++ src/plugins/platforms/windows/windows.pri 2014-12-11 10:13:45.228261276 -0700
@@ -3,6 +3,7 @@
- !wince*:LIBS *= -luser32 -lwinspool -limm32 -lwinmm -loleaut32
+ !wince: LIBS *= -luser32 -lwinspool -limm32 -lwinmm -loleaut32
contains(QT_CONFIG, opengl):!contains(QT_CONFIG, opengles2):!contains(QT_CONFIG, dynamicgl): LIBS *= -lopengl32
+contains(QT_CONFIG, angle):LIBS += -lGLESv2 -lEGL