Release QT band Widgets program process
Environment: QT5.4.2,QT creator3.4.1,mingw4.9 32bit
The procedure for releasing the QT program is as follows
1. The program that will be published is built under release.
2. Build the generated EXE under release version, and copy it to a folder. In this example, Release generates RegisterLicence.exe and copies the file to the E:\Qiao\JCGLPlatformRegisterLicence directory.
3. Open QT 5.4 for Desktop (MinGW4.9), as shown in the location.
650) this.width=650; "src=" Http://s2.51cto.com/wyfs02/M00/8C/97/wKioL1hw-r_ARqqMAAAnQO4gfPU357.png "title=" CWP6] pj}ldam]@ $GIX 1av14.png "alt=" Wkiol1hw-r_arqqmaaanqo4gfpu357.png "/>
4. Enter d:\tools\qt\qt5.4.2\5.4\mingw491_32> windeployqt E:\Qiao\ in Qt 5.4 fordesktop (MinGW4.9) Jcglplatformregisterlicence\registerlicence.exe
Such as:
650) this.width=650; "src=" Http://s4.51cto.com/wyfs02/M01/8C/97/wKioL1hw-xqySQcGAAFEv2ygahk725.png "title=" QSR] brcsd~6efw@yj[~r[) y.png "alt=" Wkiol1hw-xqysqcgaafev2ygahk725.png "/>
5. In the E:\Qiao\JCGLPlatformRegisterLicence directory, all packages related to this program are integrated into this directory. :
650) this.width=650; "src=" Http://s1.51cto.com/wyfs02/M02/8C/9A/wKiom1hw-0aTcTtKAAF9Ko79_9E814.png "title=" zhjz0u [8k_7$23k0x4crhus.png "alt=" Wkiom1hw-0atcttkaaf9ko79_9e814.png "/>
6. Publish Complete.
This article is from the "Do Your best" blog, so be sure to keep this source http://qiaopeng688.blog.51cto.com/3572484/1890097
Release QT band Widgets program process