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

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