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.pro22
1 files changed, 22 insertions, 0 deletions
diff --git a/tests/manual/rhi/rhi.pro b/tests/manual/rhi/rhi.pro
new file mode 100644
index 0000000000..1a65f84a89
--- /dev/null
+++ b/tests/manual/rhi/rhi.pro
@@ -0,0 +1,22 @@
+TEMPLATE = subdirs
+
+SUBDIRS += \
+ hellominimalcrossgfxtriangle \
+ compressedtexture_bc1 \
+ compressedtexture_bc1_subupload \
+ texuploads \
+ msaatexture \
+ msaarenderbuffer \
+ cubemap \
+ multiwindow \
+ multiwindow_threaded \
+ triquadcube \
+ offscreen \
+ floattexture \
+ mrt \
+ shadowmap
+
+qtConfig(widgets) {
+ SUBDIRS += \
+ qrhiprof
+}