When I release my Qt project, I want to redistribute the QtCore5.dll
and Qtxxx.dll
files.
How can I make myapp.exe
to find them automatically?
The best way of doing this seems to be by editing a qt.conf file placed in the same folder as my executable.
myapp.exe
is in c:\myapp\bin folder
The dlls are in c:myapp\common folder