summaryrefslogtreecommitdiffstats
path: root/tests/auto/unit/multimediawidgets.pro
blob: 31f8e546ca2623e21c86e40821cef4c2c07846a7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16

TEMPLATE = subdirs
SUBDIRS += \
    qcameraviewfinder \
    qcamerawidgets \
    qmediaplayerwidgets \

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