summaryrefslogtreecommitdiffstats
path: root/tests/auto/render/opengl/renderqueue/renderqueue.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/render/opengl/renderqueue/renderqueue.pro')
-rw-r--r--tests/auto/render/opengl/renderqueue/renderqueue.pro14
1 files changed, 0 insertions, 14 deletions
diff --git a/tests/auto/render/opengl/renderqueue/renderqueue.pro b/tests/auto/render/opengl/renderqueue/renderqueue.pro
deleted file mode 100644
index 19106ba92..000000000
--- a/tests/auto/render/opengl/renderqueue/renderqueue.pro
+++ /dev/null
@@ -1,14 +0,0 @@
-TEMPLATE = app
-
-TARGET = tst_renderqueue
-
-QT += 3dcore 3dcore-private 3drender 3drender-private testlib
-
-CONFIG += testcase
-
-SOURCES += tst_renderqueue.cpp
-
-include(../../../core/common/common.pri)
-
-# Link Against OpenGL Renderer Plugin
-include(../opengl_render_plugin.pri)