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, 14 insertions, 0 deletions
diff --git a/tests/auto/render/opengl/renderqueue/renderqueue.pro b/tests/auto/render/opengl/renderqueue/renderqueue.pro
new file mode 100644
index 000000000..19106ba92
--- /dev/null
+++ b/tests/auto/render/opengl/renderqueue/renderqueue.pro
@@ -0,0 +1,14 @@
+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)