[Interest] Building Qt5 on linux with libICU installed to a non-standard location

Thiago Macieira thiago.macieira at intel.com
Thu Dec 20 02:42:32 CET 2012


On quarta-feira, 19 de dezembro de 2012 16.49.28, Cyrus Harrison wrote:
> Hello,
> I have several linux platforms that I would like to test Qt 5 on,
> however none of them have ICU installed and without it I lose WebKit
> support.Using a the package manager to obtain ICU is not an option on
> these machines.
> 
> I built and installed libICU using the standard --prefix=<dest>
> configure flag + make && make install. Are there any hints on
> environment settings + linker flags I need to set for Qt5's configure to
> find ICU?  I did a fair amount of searching on qt-project.org - but I
> only found hints for windows platforms. Ideally, it would be great to
> have a builtin -qt-icu option, although I realize that would increase
> the distribution size and add maintenance complexity.

Pass -L and -I options to configure, indicating where the ICU libraries are and 
the ICU "unicode/" directory is (respectively).
-- 
Thiago Macieira - thiago.macieira (AT) intel.com
  Software Architect - Intel Open Source Technology Center
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 190 bytes
Desc: This is a digitally signed message part.
URL: <http://lists.qt-project.org/pipermail/interest/attachments/20121219/9bcf05b0/attachment.sig>


More information about the Interest mailing list