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

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

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