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