[Qt-interest] Copy DLLs to .exe directory on Windows using QMake?

Chris Meyer cmeyer1969+qt at gmail.com
Sat Nov 21 02:13:45 CET 2009


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?



More information about the Qt-interest-old mailing list