How to create exe file in qt designer with visual studio?
问题 I create a qt application in visual studio. After building the project , the exe file not running and I have error message for missing a lot of dll files such as Qt5Core.dll and the others. How can I fix it? 回答1: let suppose your exe file name in MyApp.exe . copy MyApp.exe in a new folder. for example myfolder . open myfolder press shift and right click at myfolder's window in opened right click menu select Open command window here execute C:\Qt\Qt5.9.3\5.9.3\msvc2015_64\bin\windeployqt.exe