0bfa24106d
Task-number: QTBUG-21356 Change-Id: I496680aa670af3409e50e1c254ef2c557b414d33 Reviewed-on: http://codereview.qt-project.org/4452 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
12 lines
313 B
Prolog
12 lines
313 B
Prolog
############################################################
|
|
# Project file for autotest for file qglbuffer.h
|
|
############################################################
|
|
|
|
load(qttest_p4)
|
|
requires(contains(QT_CONFIG,opengl))
|
|
QT += opengl widgets
|
|
|
|
win32:!wince*: DEFINES += QT_NO_EGL
|
|
|
|
SOURCES += tst_qglbuffer.cpp
|