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

Attachment: signature.asc
Description: This is a digitally signed message part.

_______________________________________________
Interest mailing list
[email protected]
http://lists.qt-project.org/mailman/listinfo/interest

Reply via email to