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

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