summaryrefslogtreecommitdiffstats
path: root/tests/benchmarks/corelib/corelib.pro
blob: a2efe91a612f72bb2141597b3bca1581eee1c416 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
TEMPLATE = subdirs
SUBDIRS = \
        io \
        kernel \
        thread \
        tools \
        codecs \
        plugin

TRUSTED_BENCHMARKS += \
    kernel/qmetaobject \
    kernel/qmetatype \
    kernel/qobject \
    thread/qthreadstorage \
    io/qdir/tree

include(../trusted-benchmarks.pri)