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

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

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

QT+=widgets