1
TEMPLATE = subdirs
2
SUBDIRS = \
3
        animation \
4
        graphicsview \
5
        image \
6
        itemviews \
7
        kernel \
8
        math3d \
9
        painting \
10
        styles \
11
        text
12
13
TRUSTED_BENCHMARKS += \
14
    graphicsview/functional/GraphicsViewBenchmark \
15
    graphicsview/qgraphicsview
16
17
include(../trusted-benchmarks.pri)