summaryrefslogtreecommitdiffstats
path: root/qpdf.pro
diff options
context:
space:
mode:
Diffstat (limited to 'qpdf.pro')
-rw-r--r--qpdf.pro4
1 files changed, 4 insertions, 0 deletions
diff --git a/qpdf.pro b/qpdf.pro
new file mode 100644
index 0000000..89db388
--- /dev/null
+++ b/qpdf.pro
@@ -0,0 +1,4 @@
+TEMPLATE = lib
+CONFIG += static c++11 warn_off
+VPATH += src/3rdparty/pdfium
+include(pdfium.pri)