summaryrefslogtreecommitdiffstats
path: root/src/pdf/plugins/imageformats/pdf/CMakeLists.txt
blob: 73a0b3144e718d0e38f25618e06ced8367b7e0aa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# Copyright (C) 2022 The Qt Company Ltd.
# SPDX-License-Identifier: BSD-3-Clause

qt_internal_add_plugin(QPdfPlugin
    OUTPUT_NAME qpdf
    PLUGIN_TYPE imageformats
    SOURCES
        main.cpp
        qpdfiohandler.cpp qpdfiohandler_p.h
    LIBRARIES
        Qt::PdfPrivate
)