summaryrefslogtreecommitdiffstats
path: root/src/gui/opengl/opengl.pri
diff options
context:
space:
mode:
authorLaszlo Agocs <laszlo.agocs@digia.com>2014-03-25 13:49:13 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-03-25 17:11:54 +0100
commita480cd8147711808678c659930869803b122d928 (patch)
treec2c6e066ba70e6a87eadff70bc6fe7b3bf05aec2 /src/gui/opengl/opengl.pri
parent1d4a1be1af8ba3cd1965da0e32754067d2a6d1f6 (diff)
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 <gunnar.sletta@jollamobile.com>
Diffstat (limited to 'src/gui/opengl/opengl.pri')
-rw-r--r--src/gui/opengl/opengl.pri1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gui/opengl/opengl.pri b/src/gui/opengl/opengl.pri
index cadba26797..f82401c973 100644
--- a/src/gui/opengl/opengl.pri
+++ b/src/gui/opengl/opengl.pri
@@ -2,7 +2,6 @@
contains(QT_CONFIG, opengl):CONFIG += opengl
contains(QT_CONFIG, opengles2):CONFIG += opengles2
-contains(QT_CONFIG, egl):CONFIG += egl
contains(QT_CONFIG, opengl)|contains(QT_CONFIG, opengles2) {