qtgraphs/examples/graphs3d/graphs3d.pro

13 lines
244 B
Prolog

TEMPLATE = subdirs
qtHaveModule(quick) {
SUBDIRS += bars \
scatter \
axishandling \
surfacegallery
}
!android:!ios:!winrt {
SUBDIRS += widgetgraphgallery \
widgetvolumetric
}