summaryrefslogtreecommitdiffstats
path: root/examples/graphs/3d/3d.pro
blob: afb4189ea9fe1f9067c1324a500379e51d135bb3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
TEMPLATE = subdirs
qtHaveModule(quick) {
    SUBDIRS += bars \
               scatter \
               axishandling \
               surfacegallery
}

!android:!ios:!winrt {
    SUBDIRS += widgetgraphgallery \
               widgetvolumetric
}