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.pro6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/plugins/imageformats/pdf/pdf.pro b/src/plugins/imageformats/pdf/pdf.pro
index b820ae7d5..1a11b8ef2 100644
--- a/src/plugins/imageformats/pdf/pdf.pro
+++ b/src/plugins/imageformats/pdf/pdf.pro
@@ -1,11 +1,13 @@
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
+
+include($${OUT_PWD}/../../../pdf/$$getConfigDir()/QtPdf_static_dep.pri)
+
+load(qt_plugin)