diff options
author | Liang Qi <liang.qi@nokia.com> | 2010-04-23 21:57:11 (GMT) |
---|---|---|
committer | Liang Qi <liang.qi@nokia.com> | 2010-04-23 21:57:11 (GMT) |
commit | a1839a7a067c47a328c1bdb651a89dc325cb0691 (patch) | |
tree | 2c6468806e0234d4dede88e6ddcc5537a80bfabf /src/gui/egl | |
parent | 41b110e17b3deb102c7521d19964896228fcc8c6 (diff) | |
download | Qt-a1839a7a067c47a328c1bdb651a89dc325cb0691.zip Qt-a1839a7a067c47a328c1bdb651a89dc325cb0691.tar.gz Qt-a1839a7a067c47a328c1bdb651a89dc325cb0691.tar.bz2 |
Fix for EGL for symbian on 3.1/3.2/5.0, define QT_NO_EGL.
Reviewed-by: Jason Barron
Diffstat (limited to 'src/gui/egl')
-rw-r--r-- | src/gui/egl/egl.pri | 1 |
1 files changed, 1 insertions, 0 deletions
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 } |