summaryrefslogtreecommitdiffstats
path: root/tests/auto/qgl_threads/qgl_threads.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qgl_threads/qgl_threads.pro')
-rw-r--r--tests/auto/qgl_threads/qgl_threads.pro11
1 files changed, 11 insertions, 0 deletions
diff --git a/tests/auto/qgl_threads/qgl_threads.pro b/tests/auto/qgl_threads/qgl_threads.pro
new file mode 100644
index 0000000..9312c05
--- /dev/null
+++ b/tests/auto/qgl_threads/qgl_threads.pro
@@ -0,0 +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
+