summaryrefslogtreecommitdiffstats
path: root/src/plugins/imageformats/pdf/pdf.pro
blob: 1a11b8ef2b92e61ec9124f4e953243a727be76f7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
TARGET  = qpdf
PLUGIN_TYPE = imageformats
PLUGIN_EXTENDS = pdf
PLUGIN_CLASS_NAME = QPdfPlugin

HEADERS += qpdfiohandler_p.h
SOURCES += main.cpp \
           qpdfiohandler.cpp
QT += pdf

include($${OUT_PWD}/../../../pdf/$$getConfigDir()/QtPdf_static_dep.pri)

load(qt_plugin)