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>
7 lines
144 B
Prolog
7 lines
144 B
Prolog
CONFIG += testcase
|
|
TARGET = tst_qglfunctions
|
|
requires(contains(QT_CONFIG,opengl))
|
|
QT += opengl widgets testlib
|
|
|
|
SOURCES += tst_qglfunctions.cpp
|