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

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