Andreas Enge <andr...@enge.fr> skribis:

> On Sun, Oct 13, 2013 at 10:46:47PM +0200, Ludovic Courtès wrote:
>> Andreas Enge <andr...@enge.fr> skribis:
>> > So indeed this looks like dlopen at run time. ldd on libQt5Core.so shows 
>> > that
>> > in Qt 5, the library is explicitly linked with the icu libraries.
>> So I would patch Qt 4 to explicitly link libQt4Core.so (whatever it’s
>> called) against libicu as well.  That will make sure it’s found at run
>> time.
>
> No idea how to do this with the cmake build system...

Perhaps by adding -licu to the relevant cmake-generated Makefile, after
the ‘configure’ phase?  (Easier said than done.)

Ludo’.

Reply via email to