I use this:
qmake Code:
dlltarget.path = $$[QT_INSTALL_BINS] target.path = $$[QT_INSTALL_LIBS] INSTALLS += target dlltargetTo 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.
Bookmarks