summaryrefslogtreecommitdiff
path: root/examples/svg/CMakeLists.txt
blob: 05631f126c588b6df76cba4c99db3bfb2e65fd5d (plain)
1
2
3
4
5
6
7
8
9
10
11
# Copyright (C) 2022 The Qt Company Ltd.
# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause

add_subdirectory(embedded)
add_subdirectory(richtext)
add_subdirectory(draganddrop)
if(TARGET Qt::Widgets)
    qt_internal_add_example(embeddedsvgviewer)
    qt_internal_add_example(svggenerator)
    qt_internal_add_example(svgviewer)
endif()