summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Hausmann <simon.hausmann@theqtcompany.com>2014-12-10 08:21:29 +0100
committerSimon Hausmann <simon.hausmann@theqtcompany.com>2014-12-10 08:21:29 +0100
commitc6a8ae209fd2fe3db6d18a8f1986f6152dddb944 (patch)
tree5bfa887eb060bec9de69efbcd0782895dab45f1c
parent7d029987c7ea6ac1630c09e0cec8948f66651070 (diff)
build shared lib
-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)