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

TEMPLATE = subdirs
SUBDIRS += \
    qabstractvideobuffer \
    qabstractvideosurface \
    qaudiocapturesource \
    qaudiodeviceinfo \
    qaudioformat \
    qaudioinput \
    qaudiooutput \
    qmediabindableinterface \
    qmediacontainercontrol \
    qmediacontent \
    qmediaplayerbackend \
    qmediaplaylistnavigator \
    qmediarecorder \
    qmediaresource \
    qmediaservice \
    qmediatimerange \
    qradiotuner \
    qvideoframe \
    qvideosurfaceformat \
    qmetadatareadercontrol \
    qmetadatawritercontrol \

# 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 \
        qmediaserviceprovider

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