summaryrefslogtreecommitdiffstats
path: root/examples/xml/CMakeLists.txt
blob: f9dadb145599e006b81d8621c1156b5ef345cb9a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# Copyright (C) 2022 The Qt Company Ltd.
# SPDX-License-Identifier: BSD-3-Clause

qt_internal_add_example(htmlinfo)
qt_internal_add_example(xmlstreamlint)
if(TARGET Qt6::Widgets)
    qt_internal_add_example(dombookmarks)
    qt_internal_add_example(streambookmarks)
endif()
if(TARGET Qt6::Network AND TARGET Qt6::Widgets)
    qt_internal_add_example(rsslisting)
endif()