summaryrefslogtreecommitdiffstats
path: root/examples/examples.pro
blob: 8135f56a5a9b629ded9c438c5130b322cd92fa8d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
TEMPLATE = subdirs

SUBDIRS += \
    radio \
    camera \
    slideshow \
    audiorecorder \
    audiodevices \
    audioinput \
    audiooutput \
    videographicsitem \
    videowidget \
    player \

contains(QT_CONFIG, declarative) {
    SUBDIRS += declarative-camera
}