From a1839a7a067c47a328c1bdb651a89dc325cb0691 Mon Sep 17 00:00:00 2001 From: Liang Qi Date: Fri, 23 Apr 2010 23:57:11 +0200 Subject: Fix for EGL for symbian on 3.1/3.2/5.0, define QT_NO_EGL. Reviewed-by: Jason Barron --- src/gui/egl/egl.pri | 1 + 1 file changed, 1 insertion(+) diff --git a/src/gui/egl/egl.pri b/src/gui/egl/egl.pri index 9ca1f0a..c6c020d 100644 --- a/src/gui/egl/egl.pri +++ b/src/gui/egl/egl.pri @@ -24,6 +24,7 @@ contains(QT_CONFIG, egl): { } } } else:symbian { + DEFINES += QT_NO_EGL SOURCES += egl/qegl_stub.cpp SOURCES += egl/qeglproperties_stub.cpp } -- cgit v0.12