2011-04-27 10:05:43 +00:00
|
|
|
############################################################
|
|
|
|
# Project file for autotest for file qglbuffer.h
|
|
|
|
############################################################
|
|
|
|
|
2011-10-25 04:42:16 +00:00
|
|
|
CONFIG += testcase
|
|
|
|
TARGET = tst_qglbuffer
|
2011-04-27 10:05:43 +00:00
|
|
|
requires(contains(QT_CONFIG,opengl))
|
2011-10-25 04:42:16 +00:00
|
|
|
QT += opengl widgets testlib
|
2011-04-27 10:05:43 +00:00
|
|
|
|
|
|
|
win32:!wince*: DEFINES += QT_NO_EGL
|
|
|
|
|
|
|
|
SOURCES += tst_qglbuffer.cpp
|