summaryrefslogtreecommitdiffstats
path: root/tests/auto/unit/multimediawidgets.pro
blob: 1bcfc6c2e6153478721d3becf417e10240214eba (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.
qtConfig(private_tests) {
  SUBDIRS += \
    qgraphicsvideoitem \
    qpaintervideosurface \
    qvideowidget
}