summaryrefslogtreecommitdiffstats
path: root/examples/pdf/CMakeLists.txt
blob: f1d45d477b226873bfb2f4e9074cf5d3178b865d (plain)
1
2
3
4
5
6
7
8
# Copyright (C) 2022 The Qt Company Ltd.
# SPDX-License-Identifier: BSD-3-Clause

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