summaryrefslogtreecommitdiffstats
path: root/examples/multimedia/CMakeLists.txt
blob: 44b7011203254674ea1fe6ca254c63b35141af20 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
qt_internal_add_example(audiodecoder)
if(NOT ANDROID AND NOT IOS)
    qt_internal_add_example(devices)
endif()
if(TARGET Qt::Widgets)
    qt_internal_add_example(spectrum)
    qt_internal_add_example(audiorecorder)
    if(NOT ANDROID AND NOT IOS)
        qt_internal_add_example(audiodevices)
    endif()
    qt_internal_add_example(audiosource)
    qt_internal_add_example(audiooutput)
    qt_internal_add_example(spatialaudio)
endif()
if(TARGET Qt::Quick)
    qt_internal_add_example(declarative-camera)
    add_subdirectory(video)
endif()