Haiku: Enable iconv support

Fix the linking of the iconv config test on Haiku

Change-Id: I7717faf51326a4e3b0f4f6331908a35f1ff0206a
Reviewed-by: Augustin Cavalier <waddlesplash@gmail.com>
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>
This commit is contained in:
Tobias Koenig 2015-02-17 16:16:42 +00:00
parent 7e2ef1fd21
commit b6184286cd

View File

@ -1,3 +1,3 @@
SOURCES = iconv.cpp
CONFIG -= qt dylib
mac|mingw|qnx:LIBS += -liconv
mac|mingw|qnx|haiku:LIBS += -liconv