summaryrefslogtreecommitdiffstats
path: root/examples/multimedia/video/CMakeLists.txt
blob: 72e5d7e8a8f38dda3144b6af9d3098f13fa09e7c (plain)
1
2
3
4
5
6
7
8
9
10
# Copyright (C) 2022 The Qt Company Ltd.
# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause

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()