2011-04-27 10:05:43 +00:00
|
|
|
############################################################
|
|
|
|
# Project file for autotest for file qgl.h
|
|
|
|
############################################################
|
|
|
|
|
|
|
|
load(qttest_p4)
|
|
|
|
requires(contains(QT_CONFIG,opengl))
|
2011-05-23 14:49:06 +00:00
|
|
|
QT += widgets widgets-private opengl-private gui-private core-private
|
2011-04-27 10:05:43 +00:00
|
|
|
|
|
|
|
contains(QT_CONFIG,egl):DEFINES += QGL_EGL
|
|
|
|
win32:!wince*: DEFINES += QT_NO_EGL
|
|
|
|
|
|
|
|
SOURCES += tst_qgl.cpp
|
|
|
|
RESOURCES = qgl.qrc
|
|
|
|
|
2011-07-18 11:54:52 +00:00
|
|
|
CONFIG+=insignificant_test
|