b0b36cc53c
Ensure corelib and the iconv configure test link against libiconv on QNX-based platforms. This now includes the Blackberry mkspecs which were previously excluded. Change-Id: I60677ab8506b7cf47f504b880bb1078036984e85 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
4 lines
85 B
Prolog
4 lines
85 B
Prolog
SOURCES = iconv.cpp
|
|
CONFIG -= qt dylib app_bundle
|
|
mac|win32-g++*|qnx:LIBS += -liconv
|