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