summaryrefslogtreecommitdiffstats
path: root/src/qpdf/qpdf.pro
diff options
context:
space:
mode:
Diffstat (limited to 'src/qpdf/qpdf.pro')
-rw-r--r--src/qpdf/qpdf.pro4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/qpdf/qpdf.pro b/src/qpdf/qpdf.pro
index 653dab6..bc3fe11 100644
--- a/src/qpdf/qpdf.pro
+++ b/src/qpdf/qpdf.pro
@@ -3,5 +3,9 @@ QT = gui core network
TEMPLATE = lib
CONFIG += c++11 warn_off
VPATH += ../3rdparty/pdfium
+INCLUDEPATH += ../3rdparty/pdfium/fpdfsdk/include
include(pdfium.pri)
load(qt_module)
+
+SOURCES += \
+ jsbridge.cpp