summaryrefslogtreecommitdiffstats
path: root/src/opengl/opengl.pro
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@nokia.com>2011-07-11 14:05:09 +0200
committerFriedemann Kleint <Friedemann.Kleint@nokia.com>2011-07-11 14:35:37 +0200
commit54ec6d177e0e8fb04cd01e70461484a80ca1f7a4 (patch)
treec338e1cfaf5f25314d2ae9fdf7a6859880e95ace /src/opengl/opengl.pro
parent3ee33285edb7b1f5e23a5e0ff49fa0a3d236793e (diff)
Bring OpenGL closer to compiling on Windows.
Change-Id: I8ebb459f27a1054f8cb5524d2ff77988c6153557 Reviewed-on: http://codereview.qt.nokia.com/1421 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Oliver Wolff <oliver.wolff@nokia.com>
Diffstat (limited to 'src/opengl/opengl.pro')
-rw-r--r--src/opengl/opengl.pro6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/opengl/opengl.pro b/src/opengl/opengl.pro
index efc00a9b66..717e4ddc90 100644
--- a/src/opengl/opengl.pro
+++ b/src/opengl/opengl.pro
@@ -124,8 +124,10 @@ mac:!qpa {
}
win32:!wince*: {
DEFINES += QT_NO_EGL
- SOURCES += qgl_win.cpp \
- qglpixelbuffer_win.cpp
+ !qpa {
+ SOURCES += qgl_win.cpp \
+ qglpixelbuffer_win.cpp
+ }
}
wince*: {
SOURCES += qgl_wince.cpp \