diff options
Diffstat (limited to 'tests/auto/qgl_threads/tst_openglthreading.pro')
-rw-r--r-- | tests/auto/qgl_threads/tst_openglthreading.pro | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/tests/auto/qgl_threads/tst_openglthreading.pro b/tests/auto/qgl_threads/tst_openglthreading.pro index b60bc10..9312c05 100644 --- a/tests/auto/qgl_threads/tst_openglthreading.pro +++ b/tests/auto/qgl_threads/tst_openglthreading.pro @@ -1,4 +1,11 @@ +############################################################ +# Project file for autotest for file qgl.h +############################################################ + +load(qttest_p4) +requires(contains(QT_CONFIG,opengl)) +QT += opengl + HEADERS += tst_openglthreading.h SOURCES += tst_openglthreading.cpp -QT += testlib opengl |