summaryrefslogtreecommitdiffstats
path: root/tests/benchmarks/corelib/io/io.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/benchmarks/corelib/io/io.pro')
-rw-r--r--tests/benchmarks/corelib/io/io.pro9
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/benchmarks/corelib/io/io.pro b/tests/benchmarks/corelib/io/io.pro
new file mode 100644
index 0000000000..97445d7c6c
--- /dev/null
+++ b/tests/benchmarks/corelib/io/io.pro
@@ -0,0 +1,9 @@
+TEMPLATE = subdirs
+SUBDIRS = \
+ qdir \
+ qdiriterator \
+ qfile \
+ qfileinfo \
+ qiodevice \
+ qtemporaryfile
+