summaryrefslogtreecommitdiffstats
path: root/tests/benchmarks/gui/gui.pro
blob: 9cf701fa3351aec77797a2849c98e26e82944f0e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
TEMPLATE = subdirs
SUBDIRS = \
        animation \
        graphicsview \
        image \
        itemviews \
        kernel \
        math3d \
        painting \
        styles \
        text

TRUSTED_BENCHMARKS += \
    graphicsview/functional/GraphicsViewBenchmark \
    graphicsview/qgraphicsview \
    painting/qtracebench

include(../trusted-benchmarks.pri)