I use this:
qmake Code:
  1. dlltarget.path = $$[QT_INSTALL_BINS]
  2. target.path = $$[QT_INSTALL_LIBS]
  3. INSTALLS += target dlltarget
To copy to clipboard, switch view to plain text mode 

Then a simple "make install" does the trick. Of course adjust the paths to your liking.