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 <neolit123@gmail.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Lubomir I. Ivanov 2013-10-10 01:18:51 +03:00 committed by Dirk Hohndel
parent d63327469b
commit a3d279b776

View file

@ -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
#