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>
14 lines
248 B
Prolog
14 lines
248 B
Prolog
CONFIG += testcase
|
|
TARGET = tst_qglthreads
|
|
requires(contains(QT_CONFIG,opengl))
|
|
QT += opengl widgets testlib
|
|
|
|
HEADERS += tst_qglthreads.h
|
|
SOURCES += tst_qglthreads.cpp
|
|
|
|
x11 {
|
|
LIBS += $$QMAKE_LIBS_X11
|
|
}
|
|
|
|
CONFIG+=insignificant_test # QTBUG-22560
|