mirror of https://github.com/qt/qtgraphs.git
34 lines
830 B
Prolog
34 lines
830 B
Prolog
TEMPLATE = subdirs
|
|
|
|
qtHaveModule(quick) {
|
|
SUBDIRS += qmldynamicdata \
|
|
qmlmultitest \
|
|
qmlvolume \
|
|
qmlperf \
|
|
qmlgradient \
|
|
qmlheightmap \
|
|
qmlbarsrowcolors \
|
|
qmlcustominput \
|
|
qmllegend \
|
|
qmlsurfacelayers \
|
|
qmltestbed
|
|
}
|
|
|
|
!android:!ios:!winrt {
|
|
SUBDIRS += barstest \
|
|
scattertest \
|
|
surfacetest \
|
|
multigraphs \
|
|
directional \
|
|
itemmodeltest \
|
|
volumetrictest \
|
|
rotations \
|
|
custominput \
|
|
itemmodel
|
|
|
|
# For testing code snippets of minimal applications
|
|
SUBDIRS += minimalbars \
|
|
minimalscatter \
|
|
minimalsurface
|
|
}
|