d02645438b
Change-Id: I38fb7ae94585a0d4dc2bd55085812ad200ea6159 Task-number: QTBUG-46446 Reviewed-by: Tony Sarajärvi <tony.sarajarvi@theqtcompany.com>
15 lines
228 B
Prolog
15 lines
228 B
Prolog
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
|
|
}
|
|
|
|
|
|
|