Hi,

I am trying to deploy a centrally build custom version of Qt to different developer pcs.
This means I want to build Qt once on 1 machine (it needs some custom compilation/linker options to be compatible with our legacy code),
and then deploy that to all our developers.
I do not want that every developer has to build that tweaked Qt on his/her PC.

We even need to have different flavours of Qt on a single PC (32bit and 64 bit for example).

Does somebody have experience with this?
It looks that Qt (qmake for example) has some hardcoded directories in it.
I thought that I could overrule them by putting a qt.conf into the directory where qmake.exe resides, but this doesn't seem to help...
Any ideas?

Thanks!