summaryrefslogtreecommitdiffstats
path: root/examples/xml/CMakeLists.txt
blob: 7f07939f4ee65b6e0ce85175d317ada233d7d3e1 (plain)
1
2
3
4
5
6
7
8
9
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()