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>
15 lines
236 B
Prolog
15 lines
236 B
Prolog
load(qttest_p4)
|
|
requires(contains(QT_CONFIG,opengl))
|
|
QT += opengl widgets
|
|
|
|
win32:!wince*: DEFINES += QT_NO_EGL
|
|
|
|
HEADERS += tst_qglthreads.h
|
|
SOURCES += tst_qglthreads.cpp
|
|
|
|
x11 {
|
|
LIBS += $$QMAKE_LIBS_X11
|
|
}
|
|
|
|
CONFIG+=insignificant_test
|