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.pro13
1 files changed, 0 insertions, 13 deletions
diff --git a/src/plugins/imageformats/pdf/pdf.pro b/src/plugins/imageformats/pdf/pdf.pro
deleted file mode 100644
index 1a11b8ef2..000000000
--- a/src/plugins/imageformats/pdf/pdf.pro
+++ /dev/null
@@ -1,13 +0,0 @@
-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)