summaryrefslogtreecommitdiffstats
path: root/src/pdf/plugins/imageformats/pdf/CMakeLists.txt
blob: 8a33e590bd8f465bdb7088b825c3b429b6338c1b (plain)
1
2
3
4
5
6
7
8
9
10
11
qt_internal_add_plugin(QPdfPlugin
    OUTPUT_NAME qpdf
    TYPE imageformats
    SOURCES
        main.cpp
        qpdfiohandler.cpp qpdfiohandler_p.h
    LIBRARIES
        Qt::PdfPrivate
)

make_install_only(QPdfPlugin)