qtgraphs/examples/graphs3d/graphs3d.pro

13 lines
244 B
Prolog
Raw Normal View History

2023-03-02 13:45:23 +00:00
TEMPLATE = subdirs
qtHaveModule(quick) {
SUBDIRS += bars \
scatter \
axishandling \
surfacegallery
2023-03-02 13:45:23 +00:00
}
!android:!ios:!winrt {
SUBDIRS += widgetgraphgallery \
widgetvolumetric
2023-03-02 13:45:23 +00:00
}