summaryrefslogtreecommitdiffstats
path: root/tests/auto/multimedia.pro
blob: 8c94d37f66fcf169a74ca257b164549bc2c5f61d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
include(../../staticconfig.pri)

requires(contains(mobility_modules,multimedia))

TEMPLATE = subdirs
SUBDIRS += \
    qabstractvideobuffer \
    qabstractvideosurface \
    qaudiocapturesource \
    qaudiodeviceinfo \
    qaudioformat \
    qaudioinput \
    qaudiooutput \
    qcamera \
    qcamerabackend \
    qcameraimagecapture \
    qcameraviewfinder \
    qgraphicsvideoitem \
    qmediabindableinterface \
    qmediacontainercontrol \
    qmediacontent \
    qmediaimageviewer \
    qmediaobject \
    qmediaplayer \
    qmediaplayerbackend \
    qmediaplaylist \
    qmediaplaylistnavigator \
    qmediapluginloader \
    qmediarecorder \
    qmediaresource \
    qmediaservice \
    qmediaserviceprovider \
    qmediatimerange \
    qpaintervideosurface \
    qradiotuner \
    qvideoframe \
    qvideosurfaceformat \
    qvideowidget \
    qmetadatareadercontrol \
    qmetadatawritercontrol \

# This is disabled because it is unfinished
# qmediastreamscontrol \

# These is disabled until intent is clearer
#    qvideodevicecontrol \
#    qvideoencodercontrol \

# This is a commment for the mock backend directory so that maketestselftest
# doesn't believe it's an untested directory
# qmultimedia_common

symbian: SUBDIRS += qgraphicsvideoitem_symbian

contains (QT_CONFIG, declarative) {
    SUBDIRS += \
        qsoundeffect \
        qdeclarativeaudio \
        qdeclarativevideo
}