summaryrefslogtreecommitdiffstats
path: root/tests/auto/multimedia.pro
blob: 07289e266ee7f4a646c902330296fde4eb146674 (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

TEMPLATE = subdirs
SUBDIRS += \
    qabstractvideobuffer \
    qabstractvideosurface \
    qaudiocapturesource \
    qaudiodeviceinfo \
    qaudioformat \
    qaudioinput \
    qaudiooutput \
    qmediabindableinterface \
    qmediacontainercontrol \
    qmediacontent \
    qmediaplayerbackend \
    qmediaplaylistnavigator \
    qmediarecorder \
    qmediaresource \
    qmediaservice \
    qmediatimerange \
    qradiotuner \
    qradiodata \
    qvideoframe \
    qvideosurfaceformat \
    qmetadatareadercontrol \
    qmetadatawritercontrol \
    qmediaplayer \
    qcameraimagecapture \
    qmediaobject \
    qcamera \
    qcamerabackend \
    qwavedecoder

# 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


# Tests depending on private interfaces should only be built if
# these interfaces are exported.
contains (QT_CONFIG, private_tests) {
    SUBDIRS += \
        qmediaplaylist \
        qmediapluginloader \
        qmediaimageviewer \
        qmediaserviceprovider

    contains (QT_CONFIG, declarative) {
  # All the declarative tests depend on private interfaces
        SUBDIRS += \
            qsoundeffect \
            qdeclarativeaudio
    }
}