summaryrefslogtreecommitdiffstats
path: root/examples/examples.pro
blob: e26fab068cf8cb337f45bf7628a09c4f3b6dcdd8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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
}

QT+=widgets