How do I do something equivalent to make DESTDIR=... install in qmake?
since there is not even ./configure to which one could pass a --prefix flag, one can only compile stuff but not automatically move the compiled stuff to the provided installation-directories. What mechanism does qmake provide for this task? I need to controll where exactly the executables, the documentation and the libs are being installed.

Thanx in advance
momesana