summaryrefslogtreecommitdiffstats
path: root/qpdf.pro
diff options
context:
space:
mode:
Diffstat (limited to 'qpdf.pro')
-rw-r--r--qpdf.pro3
1 files changed, 2 insertions, 1 deletions
diff --git a/qpdf.pro b/qpdf.pro
index 89db388..9beab6f 100644
--- a/qpdf.pro
+++ b/qpdf.pro
@@ -1,4 +1,5 @@
TEMPLATE = lib
-CONFIG += static c++11 warn_off
+CONFIG += c++11 warn_off
VPATH += src/3rdparty/pdfium
+linux*:QMAKE_LFLAGS += $$QMAKE_LFLAGS_NOUNDEF
include(pdfium.pri)