summaryrefslogtreecommitdiffstats
path: root/examples/datavisualization/datavisualization.pro
blob: 8fbaa37560a62a9f06457d1e8e543907606088ca (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
TEMPLATE = subdirs
qtHaveModule(quick) {
    SUBDIRS += qmlbars \
               qmlscatter \
               qmlaxishandling \
               qmlsurfacegallery
}

!android:!ios:!winrt {
    SUBDIRS += graphgallery \
               surface \
               customitems \
               texturesurface \
               volumetric
}