qt5base-lts/config.tests/unix/iconv/iconv.pro
Ralf Nolden defec688d2 Use -liconv on OpenBSD as well in config.tests
OpenBSD iconv is in -liconv, so it needs to be added here. NetBSD
has iconv in libc, so only OpenBSD is affected.

Patch obtained from Vadim Zhukov <persgray@gmail.com>,
OpenBSD qt ports maintainer.

Change-Id: Icce25d154857f0ce161b5f6b7ddac3c150a02bb8
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
2016-05-23 09:51:09 +00:00

4 lines
83 B
Prolog

SOURCES = iconv.cpp
CONFIG -= qt dylib
mac|mingw|openbsd|qnx|haiku:LIBS += -liconv