summaryrefslogtreecommitdiffstats
path: root/tests/auto/multimedia.pro
blob: 9bacbbff6e9be33aa6d513f5cca6d0e8c405c236 (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
61
62
63
64
65
66
67

TEMPLATE = subdirs
SUBDIRS += \
    qabstractvideobuffer \
    qabstractvideosurface \
    qaudiocapturesource \
    qaudiodeviceinfo \
    qaudioformat \
    qaudioinput \
    qaudiooutput \
    qcamera \
    qcamerabackend \
    qcameraimagecapture \
    qcameraviewfinder \
    qmediabindableinterface \
    qmediacontainercontrol \
    qmediacontent \
    qmediaobject \
    qmediaplayer \
    qmediaplayerbackend \
    qmediaplaylistnavigator \
    qmediarecorder \
    qmediaresource \
    qmediaservice \
    qmediatimerange \
    qradiotuner \
    qvideoframe \
    qvideosurfaceformat \
    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


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

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


    disabled:SUBDIRS += qdeclarativevideo
  }
}