diff -r 41300fa6a67c -r f7bc934e204c tests/auto/qgl/qgl.pro --- a/tests/auto/qgl/qgl.pro Tue Feb 02 00:43:10 2010 +0200 +++ b/tests/auto/qgl/qgl.pro Wed Mar 31 11:06:36 2010 +0300 @@ -6,6 +6,8 @@ requires(contains(QT_CONFIG,opengl)) QT += opengl -SOURCES += tst_qgl.cpp +contains(QT_CONFIG,egl):DEFINES += QGL_EGL +SOURCES += tst_qgl.cpp +RESOURCES = qgl.qrc