diff options
author | Jørgen Lind <jorgen.lind@nokia.com> | 2010-07-07 13:09:35 (GMT) |
---|---|---|
committer | Jørgen Lind <jorgen.lind@nokia.com> | 2010-07-07 13:09:35 (GMT) |
commit | d7168ae0ff930f19f206a1b56c03fc35b22bb948 (patch) | |
tree | 2119cb085b6ea61c811cd66a29b2334b4bf98ba5 /src/opengl | |
parent | 9cc54422943c0fc662b7b0c9a0d10565f7f6e73b (diff) | |
download | Qt-d7168ae0ff930f19f206a1b56c03fc35b22bb948.zip Qt-d7168ae0ff930f19f206a1b56c03fc35b22bb948.tar.gz Qt-d7168ae0ff930f19f206a1b56c03fc35b22bb948.tar.bz2 |
Never compile lighthouse with EGL support
it should reside in the plugin, not in the opengl module nor in gui
Diffstat (limited to 'src/opengl')
-rw-r--r-- | src/opengl/opengl.pro | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/opengl/opengl.pro b/src/opengl/opengl.pro index 09a6b0f..772c27f 100644 --- a/src/opengl/opengl.pro +++ b/src/opengl/opengl.pro @@ -78,8 +78,6 @@ SOURCES += qgl.cpp \ } qpa { - DEFINES += QT_NO_EGL - SOURCES += qgl_qpa.cpp \ qglpixelbuffer_stub.cpp } |