summaryrefslogtreecommitdiffstats
path: root/examples/multimedia/video/CMakeLists.txt
blob: ced1ad7373949bd1e6e4492592f2ff52eede4714 (plain)
1
2
3
4
5
6
7
8
9
# Generated from video.pro.

qt_internal_add_example(qmlvideo)
if(TARGET Qt::QuickControls2)
    if(TARGET Qt::Svg)
        qt_internal_add_example(mediaplayer)
    endif()
    qt_internal_add_example(recorder)
endif()