summaryrefslogtreecommitdiffstats
path: root/tests/benchmarks/gui/graphicsview/graphicsview.pro
blob: d89a00c4b9746fde834fa24c5f4707f0c447d119 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
TEMPLATE = subdirs
SUBDIRS = \
        functional \
        qgraphicsanchorlayout \
        qgraphicsitem \
        #qgraphicslayout \  # FIXME: broken
        qgraphicsscene \
        qgraphicsview \
        qgraphicswidget

!qtHaveModule(widgets): SUBDIRS -= \
    qgraphicsanchorlayout \
    qgraphicsitem \
    qgraphicsscene \
    qgraphicsview \
    qgraphicswidget