Hi All,
I'm trying to build the Qt framework from source on Mac OS X leopard and I have various version of libpng.dylib libtiff.dylib libjpeg.dylib installed on different places in my system. I would like to link Qt to some specific version of this libraries. How could I do that?

If I don't do nothing i noticed that it just link to the first one into the path.
Could somebody clarify me if setting the LD_LIBRARY_PATH before launching the configuration script make any difference?

Thanks!