diff options
author | Rhys Weatherley <rhys.weatherley@nokia.com> | 2009-10-15 22:45:46 (GMT) |
---|---|---|
committer | Rhys Weatherley <rhys.weatherley@nokia.com> | 2009-10-15 22:51:43 (GMT) |
commit | e7bd71fadbf4cd54e86616eda5dcd404b10c08c3 (patch) | |
tree | 0780bb2297b26e177427af2fb2a93dd368c46e8a /src/opengl/opengl.pro | |
parent | cdd181ddff47be15d396d05ca41d1ca11f8705fc (diff) | |
download | Qt-e7bd71fadbf4cd54e86616eda5dcd404b10c08c3.zip Qt-e7bd71fadbf4cd54e86616eda5dcd404b10c08c3.tar.gz Qt-e7bd71fadbf4cd54e86616eda5dcd404b10c08c3.tar.bz2 |
Remove unnecessary QWSGLPaintDevice now that we have QGLPaintDevice
Reviewed-by: Tom
Diffstat (limited to 'src/opengl/opengl.pro')
-rw-r--r-- | src/opengl/opengl.pro | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/opengl/opengl.pro b/src/opengl/opengl.pro index d434725..e561932 100644 --- a/src/opengl/opengl.pro +++ b/src/opengl/opengl.pro @@ -126,14 +126,12 @@ wince*: { embedded { SOURCES += qgl_qws.cpp \ - qglpaintdevice_qws.cpp \ qglpixelbuffer_egl.cpp \ qglscreen_qws.cpp \ qglwindowsurface_qws.cpp \ qgl_egl.cpp - HEADERS += qglpaintdevice_qws_p.h \ - qglscreen_qws.h \ + HEADERS += qglscreen_qws.h \ qglwindowsurface_qws_p.h \ qgl_egl_p.h |