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

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