summaryrefslogtreecommitdiffstats
path: root/examples/datavisualization/datavisualization.pro
blob: 1f72820c5c842589cf716727168c938e740b25c2 (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
TEMPLATE = subdirs
SUBDIRS += qmlbars \
           qmlscatter \
           qmlsurface \
           qmlcustominput \
           qmllegend \
           qmlmultigraph \
           qmloscilloscope \
           qmlsurfacelayers \
           qmlaxisformatter \
           qmlaxisdrag

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

qtHaveModule(multimedia):!android:!ios: SUBDIRS += audiolevels