Description: Disable linking with the shared library
 The shared library is not mature enough to be packaged
Author: Ashish Kulkarni <kulkarni.ashish@gmail.com>
Origin: upstream
Forwarded: not-needed
Last-Update: 2014-03-25
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/src/image/image.pro
+++ b/src/image/image.pro
@@ -52,12 +52,7 @@
 target.path=$$INSTALLBASE/bin
 
 include(../shared/shared.pri)
-
-contains(DEFINES, QT_SHARED) {
-  LIBS += -L../../bin -lwkhtmltox
-} else {
-  include(../lib/lib.pri)
-}
+include(../lib/lib.pri)
 
 # Input
 SOURCES += wkhtmltoimage.cc imagearguments.cc imagecommandlineparser.cc imagedocparts.cc
--- a/src/pdf/pdf.pro
+++ b/src/pdf/pdf.pro
@@ -52,12 +52,7 @@
 target.path=$$INSTALLBASE/bin
 
 include(../shared/shared.pri)
-
-contains(DEFINES, QT_SHARED) {
-  LIBS += -L../../bin -lwkhtmltox
-} else {
-  include(../lib/lib.pri)
-}
+include(../lib/lib.pri)
 
 #Application part
 SOURCES += wkhtmltopdf.cc pdfarguments.cc pdfcommandlineparser.cc \
