DESTDIR is yours to set. If you do not set it then you get the current working directory. You can get the same result with:
Qt Code:
  1. DESTDIR = .
To copy to clipboard, switch view to plain text mode 
if you absolutely have to have a value for DESTDIR.