1e761c80cf
Task-number: QTBUG-26390 Change-Id: If80bf9d05a16e0d1c5933632ac96fe6c3d3df273 Reviewed-by: Simon Hausmann <simon.hausmann@theqtcompany.com> Reviewed-by: Jędrzej Nowacki <jedrzej.nowacki@theqtcompany.com>
7 lines
138 B
Prolog
7 lines
138 B
Prolog
CONFIG += testcase
|
|
TARGET = tst_qglfunctions
|
|
requires(qtHaveModule(opengl))
|
|
QT += opengl widgets testlib
|
|
|
|
SOURCES += tst_qglfunctions.cpp
|