PDA

View Full Version : Qt and jpg support in Linux ?



probine
22nd January 2007, 21:43
Hi,

I want to install Qt 4.2.2 in Linux. I know that old versions of Qt needed to be compiled specifically with .jpp support.

Does this version needs to be compiled with jpg support, or it is built in it by default ?

If it is not built in, then how do I tell Qt to compile with .jpg support ?

probine
22nd January 2007, 23:04
Hi,

I want to configure and compile Qt statically in Linux.

I am going to use Qt 4.2.2.

Do I need to include any parameter in the ./configure command, so Qt will know that I will use jpg support ?

what is that parameter ?

or...

does Qt 4.2.2 already includes support for jpg ?

wysota
22nd January 2007, 23:46
Please search the forum before asking questions that are likely to have already been answered.

Yes, you need to include a switch to turn on jpeg support. See configure -help for details.