summaryrefslogtreecommitdiffstats
path: root/tests/benchmarks/corelib/corelib.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/benchmarks/corelib/corelib.pro')
-rw-r--r--tests/benchmarks/corelib/corelib.pro20
1 files changed, 0 insertions, 20 deletions
diff --git a/tests/benchmarks/corelib/corelib.pro b/tests/benchmarks/corelib/corelib.pro
deleted file mode 100644
index 3c11e43ef5..0000000000
--- a/tests/benchmarks/corelib/corelib.pro
+++ /dev/null
@@ -1,20 +0,0 @@
-TEMPLATE = subdirs
-SUBDIRS = \
- io \
- json \
- mimetypes \
- kernel \
- text \
- thread \
- time \
- tools \
- plugin
-
-TRUSTED_BENCHMARKS += \
- kernel/qmetaobject \
- kernel/qmetatype \
- kernel/qobject \
- thread/qthreadstorage \
- io/qdir/tree
-
-include(../trusted-benchmarks.pri)