mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-01 00:23:23 +00:00
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:
parent
d63327469b
commit
a3d279b776
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
#
|
||||
|
|
Loading…
Add table
Reference in a new issue