summaryrefslogtreecommitdiffstats
path: root/examples/examples.pro
blob: e500104903ffd3a42b8ffd2244b45ec14fdceb08 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
TEMPLATE = subdirs
SUBDIRS += qmlbars \
           qmlscatter \
           qmlsurface
!android: {
    SUBDIRS += bars \
               rainfall \
               widget \
               scatter \
               surface
}

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