summaryrefslogtreecommitdiffstats
path: root/examples/pdf/CMakeLists.txt
blob: 265d2ab8f13dc0325d5f21955e24c304aba1b6fc (plain)
1
2
3
4
5
qt_internal_add_example(pdfviewer)
qt_internal_add_example(multipage)
if(NOT TARGET Qt::Svg)
    message(WARNING "QtSvg is required as runtime dependency for qtpdfquick examples.")
endif()