I know using DESTDIR to specify export path, but I don't know how can I export the library file to path which is different from DESTDIR. Like that:
---Build
|---bin
| |---*.exe
| |---*.dll
|---lib
| |---*.lib
Thanks for helping
QMake has a special, windows-only variable
DLLDESTDIRwhich you can use to specify a different destination for the.dllitself. So to achieve what you want, pointDESTDIRto the directory where everything except the DLL should end up, endDLLDESTDIRto the location for the DLL: