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

TEMPLATE = subdirs
SUBDIRS += \
    qabstractvideobuffer \
    qabstractvideosurface \
    qaudiocapturesource \
    qmediaobject \
    qmediaplayer \
    qmediaplayerbackend \
    qmediaplaylistnavigator \
    qmediarecorder \
    qmediaresource \
    qmediaservice \
    qmediacontent \
    qradiotuner \
    qcamera \
    qmediatimerange \
    qaudiodeviceinfo \
    qaudiooutput \
    qaudioinput \
    qaudioformat \
    qvideoframe \
    qvideosurfaceformat \
    qcamerabackend

# 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 \
    qdeclarativevideo
  }
}