diff options
author | Tom Cooksey <thomas.cooksey@nokia.com> | 2010-03-30 11:47:13 (GMT) |
---|---|---|
committer | Tom Cooksey <thomas.cooksey@nokia.com> | 2010-03-30 11:47:13 (GMT) |
commit | fb9493870fa3212b0f7a917aa92a0a30d77f3b1e (patch) | |
tree | cfb3de2a8fc174364c14a68926084e2250bf095b /tests/auto/qglthreads | |
parent | 568475d98d77c3ade027eb88e571ca8b84088002 (diff) | |
download | Qt-fb9493870fa3212b0f7a917aa92a0a30d77f3b1e.zip Qt-fb9493870fa3212b0f7a917aa92a0a30d77f3b1e.tar.gz Qt-fb9493870fa3212b0f7a917aa92a0a30d77f3b1e.tar.bz2 |
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/qglthreads')
-rw-r--r-- | tests/auto/qglthreads/qglthreads.pro | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/auto/qglthreads/qglthreads.pro b/tests/auto/qglthreads/qglthreads.pro index 73b75d4..883eef2 100644 --- a/tests/auto/qglthreads/qglthreads.pro +++ b/tests/auto/qglthreads/qglthreads.pro @@ -2,6 +2,8 @@ load(qttest_p4) requires(contains(QT_CONFIG,opengl)) QT += opengl +win32:!wince*: DEFINES += QT_NO_EGL + HEADERS += tst_qglthreads.h SOURCES += tst_qglthreads.cpp |