Windeploy uses bad libraries
Unsolved
General and Desktop
-
Hi,
I have two Qt kits on my PC:C:\Qt\5.6
C:\Qt\Qt5.7.0I run C:\Qt\5.6\mingw49_32\bin\windeployqt.exe on my .exe program (which was compiled against 5.6 libraries) but windeployqt copies all dependencies from C:\Qt\Qt5.7.0 (all copied dlls have 5.7.0 version instead of 5.6).
How to force windeployqt to use correct libraries?