mirror of https://github.com/qt/qtgraphs.git
13 lines
246 B
Prolog
13 lines
246 B
Prolog
|
|
TEMPLATE = subdirs
|
||
|
|
qtHaveModule(quick) {
|
||
|
|
SUBDIRS += qmlbars \
|
||
|
|
qmlscatter \
|
||
|
|
qmlaxishandling \
|
||
|
|
qmlsurfacegallery
|
||
|
|
}
|
||
|
|
|
||
|
|
!android:!ios:!winrt {
|
||
|
|
# SUBDIRS += graphgallery \
|
||
|
|
# volumetric
|
||
|
|
}
|