qt5base-lts/examples/xml/CMakeLists.txt
Leander Beernaert 48c82e90af Post Merge Fixes
Change-Id: I1e06c01b76b119c3f23b6e6ecbaae8df719b70ce
Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
2020-01-24 12:29:18 +00:00

14 lines
268 B
CMake

# Generated from xml.pro.
add_subdirectory(htmlinfo)
add_subdirectory(xmlstreamlint)
if(TARGET Qt::Widgets)
add_subdirectory(dombookmarks)
add_subdirectory(streambookmarks)
if(TARGET Qt::Network)
add_subdirectory(rsslisting)
endif()
endif()