8 lines
187 B
Prolog
8 lines
187 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
|