summaryrefslogtreecommitdiffstats
path: root/src/plugins/imageformats/pdf/pdf.pro
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/imageformats/pdf/pdf.pro')
-rw-r--r--src/plugins/imageformats/pdf/pdf.pro11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/plugins/imageformats/pdf/pdf.pro b/src/plugins/imageformats/pdf/pdf.pro
new file mode 100644
index 000000000..b820ae7d5
--- /dev/null
+++ b/src/plugins/imageformats/pdf/pdf.pro
@@ -0,0 +1,11 @@
+TARGET = qpdf
+
+PLUGIN_TYPE = imageformats
+PLUGIN_EXTENDS = pdf
+PLUGIN_CLASS_NAME = QPdfPlugin
+load(qt_plugin)
+
+HEADERS += qpdfiohandler_p.h
+SOURCES += main.cpp \
+ qpdfiohandler.cpp
+QT += pdf