summaryrefslogtreecommitdiffstats
path: root/examples/examples.pro
blob: 4330ef4ce68519aa73d5105231bc9a6b3a350636 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
TEMPLATE = subdirs
SUBDIRS += qmlbars \
           qmlscatter \
           qmlsurface \
           qmlcustominput \
           qmllegend \
           qmlmultigraph \
           qmloscilloscope \
           qmlsurfacelayers

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

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