summaryrefslogtreecommitdiffstats
path: root/examples/multimedia/video/CMakeLists.txt
blob: d3f707074d3415bae409ee736b7619aed1434d5f (plain)
1
2
3
4
5
6
7
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()