[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Qt
From: |
Ludovic Courtès |
Subject: |
Re: Qt |
Date: |
Mon, 11 Nov 2013 21:36:55 +0100 |
User-agent: |
Gnus/5.130007 (Ma Gnus v0.7) Emacs/24.3 (gnu/linux) |
Andreas Enge <address@hidden> skribis:
> On Sun, Oct 13, 2013 at 10:46:47PM +0200, Ludovic Courtès wrote:
>> Andreas Enge <address@hidden> 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’.
- Re: Qt, Andreas Enge, 2013/11/11
- Re: Qt,
Ludovic Courtès <=