summaryrefslogtreecommitdiffstats
path: root/tests/auto/qgl/qgl.pro
diff options
context:
space:
mode:
authorTom Cooksey <thomas.cooksey@nokia.com>2010-03-30 13:47:13 +0200
committerTom Cooksey <thomas.cooksey@nokia.com>2010-03-30 13:47:13 +0200
commitfb9493870fa3212b0f7a917aa92a0a30d77f3b1e (patch)
treecfb3de2a8fc174364c14a68926084e2250bf095b /tests/auto/qgl/qgl.pro
parent568475d98d77c3ade027eb88e571ca8b84088002 (diff)
Hack .pro files on windows to define QT_NO_EGL
Temporary fix until configure.exe can be re-compiled. Reviewed-By: TrustMe
Diffstat (limited to 'tests/auto/qgl/qgl.pro')
-rw-r--r--tests/auto/qgl/qgl.pro1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/auto/qgl/qgl.pro b/tests/auto/qgl/qgl.pro
index 5f058f9f61..20f8018f4c 100644
--- a/tests/auto/qgl/qgl.pro
+++ b/tests/auto/qgl/qgl.pro
@@ -7,6 +7,7 @@ requires(contains(QT_CONFIG,opengl))
QT += opengl
contains(QT_CONFIG,egl):DEFINES += QGL_EGL
+win32:!wince*: DEFINES += QT_NO_EGL
SOURCES += tst_qgl.cpp
RESOURCES = qgl.qrc