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.pro14
1 files changed, 0 insertions, 14 deletions
diff --git a/tests/auto/qgl_threads/qgl_threads.pro b/tests/auto/qgl_threads/qgl_threads.pro
deleted file mode 100644
index 83d5d82..0000000
--- a/tests/auto/qgl_threads/qgl_threads.pro
+++ /dev/null
@@ -1,14 +0,0 @@
-############################################################
-# 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
-
-x11 {
- LIBS += $$QMAKE_LIBS_X11
-}