summaryrefslogtreecommitdiff
path: root/examples/svg/CMakeLists.txt
blob: df764093423da3982895de45a0ab386d821a0a01 (plain)
1
2
3
4
5
6
7
8
9
10
# Generated from svg.pro.

add_subdirectory(embedded)
add_subdirectory(richtext)
add_subdirectory(draganddrop)
if(TARGET Qt::Widgets)
    qt_internal_add_example(embeddedsvgviewer)
    qt_internal_add_example(svggenerator)
    qt_internal_add_example(svgviewer)
endif()