qtgraphs/examples/graphs/graphs.pro

13 lines
246 B
Prolog
Raw Normal View History

2023-03-02 13:45:23 +00:00
TEMPLATE = subdirs
qtHaveModule(quick) {
SUBDIRS += qmlbars \
qmlscatter \
qmlaxishandling \
qmlsurfacegallery
}
!android:!ios:!winrt {
# SUBDIRS += graphgallery \
# volumetric
}