8 lines
136 B
Prolog
8 lines
136 B
Prolog
|
load(qttest_p4)
|
||
|
requires(contains(QT_CONFIG,opengl))
|
||
|
QT += opengl
|
||
|
|
||
|
win32:!wince*: DEFINES += QT_NO_EGL
|
||
|
|
||
|
SOURCES += tst_qglfunctions.cpp
|