diff options
author | Tom Cooksey <thomas.cooksey@nokia.com> | 2010-03-31 10:32:15 (GMT) |
---|---|---|
committer | Tom Cooksey <thomas.cooksey@nokia.com> | 2010-03-31 10:33:50 (GMT) |
commit | 7cb41f111706542da7e5391c99720acee6d2ac43 (patch) | |
tree | 57b1554a74ea48f206c450fe3b2f85ea88de1ab1 /src/opengl/qglpixelbuffer_p.h | |
parent | 22b7de20fdc0f11d943f235227f59608a88992c8 (diff) | |
download | Qt-7cb41f111706542da7e5391c99720acee6d2ac43.zip Qt-7cb41f111706542da7e5391c99720acee6d2ac43.tar.gz Qt-7cb41f111706542da7e5391c99720acee6d2ac43.tar.bz2 |
Stub out QtOpenGL on Lighthouse & get it compiling
Diffstat (limited to 'src/opengl/qglpixelbuffer_p.h')
-rw-r--r-- | src/opengl/qglpixelbuffer_p.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/opengl/qglpixelbuffer_p.h b/src/opengl/qglpixelbuffer_p.h index c85dc5a..bff35f5 100644 --- a/src/opengl/qglpixelbuffer_p.h +++ b/src/opengl/qglpixelbuffer_p.h @@ -200,6 +200,11 @@ public: QEglContext *ctx; int textureFormat; #endif +#if defined(Q_WS_LITE) + // Stubs + int pbuf; + int ctx; +#endif }; QT_END_NAMESPACE |