summaryrefslogtreecommitdiffstats
path: root/tests/benchmarks/gui/gui.pro
blob: f4b84f0428966b45f55785eca28c96c779544d7d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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)

isEmpty(QT.widgets.name): SUBDIRS -= \
    itemviews