qt5base-lts/tests/auto/opengl/qglthreads/qglthreads.pro

16 lines
316 B
Prolog
Raw Normal View History

CONFIG += testcase
TARGET = tst_qglthreads
requires(qtHaveModule(opengl))
QT += opengl widgets testlib gui-private core-private
HEADERS += tst_qglthreads.h
SOURCES += tst_qglthreads.cpp
x11 {
LIBS += $$QMAKE_LIBS_X11
}
DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0
win32:CONFIG+=insignificant_test # QTBUG-28264