From a480cd8147711808678c659930869803b122d928 Mon Sep 17 00:00:00 2001 From: Laszlo Agocs Date: Tue, 25 Mar 2014 13:49:13 +0100 Subject: Do not pull in egl for QtGui and QtOpenGL This must be some leftover: there are no winsys interface dependencies outside the platform plugins. Change-Id: Idde64699a5335155bdda745e78d6edbc68a8711b Reviewed-by: Gunnar Sletta --- src/opengl/opengl.pro | 1 - 1 file changed, 1 deletion(-) (limited to 'src/opengl/opengl.pro') diff --git a/src/opengl/opengl.pro b/src/opengl/opengl.pro index 4d9208d983..f685c26603 100644 --- a/src/opengl/opengl.pro +++ b/src/opengl/opengl.pro @@ -13,7 +13,6 @@ load(qt_module) contains(QT_CONFIG, opengl):CONFIG += opengl contains(QT_CONFIG, opengles1):CONFIG += opengles1 contains(QT_CONFIG, opengles2):CONFIG += opengles2 -contains(QT_CONFIG, egl):CONFIG += egl HEADERS += qgl.h \ qgl_p.h \ -- cgit v1.2.3