2011-10-25 04:42:16 +00:00
|
|
|
CONFIG += testcase
|
|
|
|
TARGET = tst_qglthreads
|
2011-04-27 10:05:43 +00:00
|
|
|
requires(contains(QT_CONFIG,opengl))
|
2011-10-25 04:42:16 +00:00
|
|
|
QT += opengl widgets testlib
|
2011-04-27 10:05:43 +00:00
|
|
|
|
|
|
|
win32:!wince*: DEFINES += QT_NO_EGL
|
|
|
|
|
|
|
|
HEADERS += tst_qglthreads.h
|
|
|
|
SOURCES += tst_qglthreads.cpp
|
|
|
|
|
|
|
|
x11 {
|
|
|
|
LIBS += $$QMAKE_LIBS_X11
|
|
|
|
}
|
2011-07-18 11:54:52 +00:00
|
|
|
|
2011-11-04 10:44:45 +00:00
|
|
|
CONFIG+=insignificant_test # QTBUG-22560
|