summaryrefslogtreecommitdiffstats
path: root/examples/multimedia/CMakeLists.txt
blob: 462681c80a6c3b1b9f580cb762d0012c6d962bec (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Copyright (C) 2022 The Qt Company Ltd.
# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause

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)
endif()
if(TARGET Qt::Quick)
    qt_internal_add_example(declarative-camera)
    add_subdirectory(video)
endif()