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

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 \
    qmediaimageviewerwidgets \
    qvideowidget \
}