summaryrefslogtreecommitdiffstats
path: root/examples/xml/CMakeLists.txt
blob: f9fcacb31c02334acb5b89b316b4ba5459774f1d (plain)
1
2
3
4
5
6
7
8
9
10
11
# Generated from xml.pro.

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