qt5base-lts/tests/auto/opengl/qglthreads/qglthreads.pro
Jo Asplin 52df233a33 Added ref to bug report in qglthreads.pro
Change-Id: Iecbda846eada49634b473959c642b8ee4c46c5c1
Reviewed-by: Sergio Ahumada <sergio.ahumada@nokia.com>
2011-11-04 19:24:05 +01:00

16 lines
285 B
Prolog

CONFIG += testcase
TARGET = tst_qglthreads
requires(contains(QT_CONFIG,opengl))
QT += opengl widgets testlib
win32:!wince*: DEFINES += QT_NO_EGL
HEADERS += tst_qglthreads.h
SOURCES += tst_qglthreads.cpp
x11 {
LIBS += $$QMAKE_LIBS_X11
}
CONFIG+=insignificant_test # QTBUG-22560