summaryrefslogtreecommitdiffstats
path: root/tests/manual/rhi/rhi.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/manual/rhi/rhi.pro')
-rw-r--r--tests/manual/rhi/rhi.pro25
1 files changed, 25 insertions, 0 deletions
diff --git a/tests/manual/rhi/rhi.pro b/tests/manual/rhi/rhi.pro
new file mode 100644
index 0000000000..d3661ff169
--- /dev/null
+++ b/tests/manual/rhi/rhi.pro
@@ -0,0 +1,25 @@
+TEMPLATE = subdirs
+
+SUBDIRS += \
+ hellominimalcrossgfxtriangle \
+ compressedtexture_bc1 \
+ compressedtexture_bc1_subupload \
+ texuploads \
+ msaatexture \
+ msaarenderbuffer \
+ cubemap \
+ multiwindow \
+ multiwindow_threaded \
+ triquadcube \
+ offscreen \
+ floattexture \
+ mrt \
+ shadowmap \
+ computebuffer \
+ computeimage \
+ instancing
+
+qtConfig(widgets) {
+ SUBDIRS += \
+ qrhiprof
+}