Qt program publishing (mingw&MSVC)

(1) The program developed based on Qt is compiled in release mode;

(2) Based on its own usage mode (MinGW/MSVC), open the Qt command line window, as shown in the following figure:

(3) Specify the location of the exe: cd /d D:\Realse

(4) Input command: windeployqt Demo.exe

(5) Wait for the copy to complete.

 

Guess you like

Origin blog.csdn.net/liangfei868/article/details/125414726