summaryrefslogtreecommitdiffstats
path: root/examples/xml/CMakeLists.txt
blob: bf2ad14e560475217db3f278e4cf00c62061c0f1 (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 Qt::Widgets)
    qt_internal_add_example(dombookmarks)
    qt_internal_add_example(streambookmarks)
endif()
if(TARGET Qt::Network AND TARGET Qt::Widgets)
    qt_internal_add_example(rsslisting)
endif()