summaryrefslogtreecommitdiffstats
path: root/examples/datavisualization/datavisualization.pro
blob: ca01bace583e665a07e832bc2bd4d21812f87b7b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
TEMPLATE = subdirs
qtHaveModule(quick) {
    SUBDIRS += qmlbars \
               qmlscatter \
               qmlsurface \
               qmlcustominput \
               qmllegend \
               qmlmultigraph \
               qml3doscilloscope \
               qmlsurfacelayers \
               qmlaxisformatter \
               qmlaxisdrag \
               qmlspectrogram
}

!android:!ios:!winrt {
    SUBDIRS += bars \
               custominput \
               customproxy \
               itemmodel \
               scatter \
               surface \
               rotations \
               draggableaxes \
               customitems \
               texturesurface \
               volumetric

    qtHaveModule(multimedia): SUBDIRS += audiolevels
}