1
############################################################
2
# Project file for autotest for file qgl.h
3
4
5
load(qttest_p4)
6
requires(contains(QT_CONFIG,opengl))
7
QT += opengl
8
9
SOURCES += tst_qgl.cpp
10
11