defec688d2
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>
4 lines
83 B
Prolog
4 lines
83 B
Prolog
SOURCES = iconv.cpp
|
|
CONFIG -= qt dylib
|
|
mac|mingw|openbsd|qnx|haiku:LIBS += -liconv
|