Hello

I am using the -prefix option of configure to install Qt in directory other than the default. The problem I encountered is that the .pdb files which are needed for debugging are not copied to the new install directory.

Also one more question
When using the prefix option of configure I noticed that building is still done in the default directory and then the needed files for installation are copied to the install directory, so the -prefix option does not really gives separation of the build and source directory. That is I still need 3 or 4 extra GB during the building of QT which might be issue. Can I somehow specify for the build files to directly go to the prefix directory ?

If not, is it possible to do this by manually changing some of the variables that are specified in the generated make files from configure, like DESTDIR or DESTDIR_TARGET . Will such thing work or that is ridiculous ? I have no experience with makefiles and nmake .