summaryrefslogtreecommitdiffstats
path: root/tests/benchmarks/widgets/widgets.pro
blob: d241e31d0bbc74fa0edcd016cbfe683ca8953162 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
TEMPLATE = subdirs
SUBDIRS = \
        graphicsview \
        itemviews \
        kernel \
        styles \
        widgets \

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

include(../trusted-benchmarks.pri)