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

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

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