summaryrefslogtreecommitdiffstats
path: root/src/pdf/doc/snippets/qtpdf_build_snippet.qdoc
blob: 4be08b5a7b7de8aa3177bfdfff7370dc43c3d6a0 (plain)
1
2
3
4
5
6
7
8
9
10
11
// Copyright (C) 2019 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only

//! [0]
QT += pdf
//! [0]


//! [1]
#include <QtPdf>
//! [1]