qt5base-lts/tests/auto/opengl/qglbuffer/qglbuffer.pro
Donald Carr b936b95965 EGLFS: Integrate building into configure.
With the move to the QPA architecture EGL is now only required by
individual platform plugins and the configure script has been adjusted to
reflect this.

Change-Id: Ieadacef0b970f29752d9e3e36a007e5cbb005b0d
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
Reviewed-by: Girish Ramakrishnan <girish.1.ramakrishnan@nokia.com>
2012-03-21 03:03:29 +01:00

11 lines
310 B
Prolog

############################################################
# Project file for autotest for file qglbuffer.h
############################################################
CONFIG += testcase
TARGET = tst_qglbuffer
requires(contains(QT_CONFIG,opengl))
QT += opengl widgets testlib
SOURCES += tst_qglbuffer.cpp