Is there any way to copy external .dll files to the target .exe directory using QMake? I've tried something along these lines but it isn't working: dlls.files = dlls/mydll.dll dlls.path = $$DESTDIR INSTALLS += dlls Has anyone gotten anything similar to work?