Copy .dll from .pro file [Solved]
Hi all,
I’m developing a Qt windows application.
In my .pro file I have:
- ..
- ..
- DESTDIR = ../bin
- ...
- ...
so when I build it I get the executable “myapp.exe” in ../bin directory .
To execute it I need to set some environmental variables so that it can found the Qt dll but I don’t like this so I usually copy Qt dll in my “bin” directory and the application start without problem.
No I’d like to copy the Qt dll in bin directory automatically and not by hand.
Is it possible to write something in my .pro so that when I build the application it also copy some file in ..bin directory ?
4 replies
maybe this faq [developer.qt.nokia.com] will help you
You must log in to post a reply. Not a member yet? Register here!


