summaryrefslogtreecommitdiffstats
path: root/tests/benchmarks/gui/gui.pro
blob: e9433479385fcbc35d99e4f82a219a68449a7dd6 (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)

!qtHaveModule(widgets): SUBDIRS -= \
    itemviews