summaryrefslogtreecommitdiffstats
path: root/examples/examples.pro
blob: fd00697324deceb47799e4e00619f84a97c322b9 (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 \
    audiorecorder \
    audiodevices \
    audioinput \
    audiooutput \
    videographicsitem \
    videowidget

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

sources.path = $$QT_MOBILITY_EXAMPLES

INSTALLS += sources