[Qt-interest] Copy DLLs to .exe directory on Windows using QMake?
Garth Dahlstrom
ironstorm at gmail.com
Sat Nov 21 03:09:12 CET 2009
Hi Chris,
See line 763, that's how we managed it...
http://bazaar.launchpad.net/~mixxxdevelopers/mixxx/trunk/annotate/head:/mixxx/mixxx.pro#L763
Cheers
-G
On 2009-11-20, at 8:58 PM, qt-interest-request at trolltech.com wrote:
>
> 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