From a3d279b776171cc33a34508bc5d96b827891ab8d Mon Sep 17 00:00:00 2001 From: "Lubomir I. Ivanov" Date: Thu, 10 Oct 2013 01:18:51 +0300 Subject: subsurface-configure.pri: add a libiconv dependency This is a bit crude of a solution, but the Win32 version of libxml (or at least some versions) seem to require libiconv, thus we add the library with pkg-config if it is available. Signed-off-by: Lubomir I. Ivanov Signed-off-by: Dirk Hohndel --- subsurface-configure.pri | 3 +++ 1 file changed, 3 insertions(+) diff --git a/subsurface-configure.pri b/subsurface-configure.pri index 043384800..b70107f63 100644 --- a/subsurface-configure.pri +++ b/subsurface-configure.pri @@ -100,6 +100,9 @@ LIBS *= $$XML2_LIBS $$XSLT_LIBS # sqlite3 link_pkgconfig: PKGCONFIG += libzip sqlite3 +# Add libiconv if needed +link_pkgconfig: packagesExist(libiconv): PKGCONFIG += libiconv + # # Find libmarble # -- cgit v1.2.3-70-g09d2