e39f50154f
Ensure the right test macro is run. Change-Id: I84d58038f25b000c05fd52e8bda92e4484d53a6e Reviewed-on: http://codereview.qt.nokia.com/3805 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com>
8 lines
144 B
Prolog
8 lines
144 B
Prolog
load(qttest_p4)
|
|
requires(contains(QT_CONFIG,opengl))
|
|
QT += opengl widgets
|
|
|
|
win32:!wince*: DEFINES += QT_NO_EGL
|
|
|
|
SOURCES += tst_qglfunctions.cpp
|