b936b95965
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>
11 lines
310 B
Prolog
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
|