[Qt-interest] Mac OS X 10.6 with iconv
Christophe Bismuth
christophe.bismuth at gmail.com
Tue Nov 10 20:37:51 CET 2009
Le 10/11/09 13:18, Maicon Vinicius Nunes a écrit :
> Era uma vez Christophe Bismuth. Em determinado dia e hora, mais
> precisamente em 11/10/09 9:07 AM, pôs-se ao computador e escreveu
> brilhantemente o abaixo transcrito:
>> Dear community,
>>
>> I'm trying to integrate the id3lib to my Qt/Mac application. The
>> id3lib requires iconv which should already be available on Mac OS X 10.6.
>> Does anybody could tell me what to add to my *.pro file to link
>> against Mac OS X 10.6 iconv lib?
>>
>> Thank you,
>> Chris
>>
> Try adding -lresolv to your compilling/linking flags...
>
>
Thank you for your help, I've added the following line in my pro file
(libiconv and zlib):
LIBS += -liconv -lz
Chris
More information about the Qt-interest-old
mailing list