From 38cba9a37fc5fe76b1549463422ab539a1b4cf24 Mon Sep 17 00:00:00 2001 From: Rafael Roquetto Date: Thu, 2 Feb 2012 16:06:05 +0100 Subject: Add support for QNX iconv implementation QNX implements the POSIX version of iconv (with non-const function signatures). However, it is still necessary to link with libiconv, unlike most cases. Also, its iconv_open does not know how to handle an empty string. Change-Id: I8654703e46b9c64503aca5521ce7fae1c97d7968 Reviewed-by: Mark Brand Reviewed-by: Lars Knoll Reviewed-by: Oswald Buddenhagen --- config.tests/unix/iconv/iconv.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config.tests/unix') diff --git a/config.tests/unix/iconv/iconv.pro b/config.tests/unix/iconv/iconv.pro index d642da2f2b..ec573ce590 100644 --- a/config.tests/unix/iconv/iconv.pro +++ b/config.tests/unix/iconv/iconv.pro @@ -1,3 +1,3 @@ SOURCES = iconv.cpp CONFIG -= qt dylib app_bundle -mac|win32-g++*:LIBS += -liconv +mac|win32-g++*|blackberry-*-qcc:LIBS += -liconv -- cgit v1.2.3