Recently written a Qt5 applet, and have configured all the dependent libraries, need to publish.
This is mainly about publishing the Find dependent library please see my other blog
QT programs are used on other computers
http://blog.csdn.net/homechao/article/details/9113531
Because all the files compare about 70M, the direct copy is slow, also easy to lose the file
On the internet to see a lot of use of third-party software packaging, but also can be used is more troublesome point
In fact, Windows already have ready-made packaging software, we may use every day, have never thought of it
That is RAR, it is very simple to use, I think the use of packaging QT program is very useful
1. In the file that needs to be packaged, right-click to select Add to zip file.
2. Tick the Create self-extracting format file
3. Switch to the Advanced tab and click the Self-extracting option
4. You can see the advanced self-extracting option, in the Text and Icon tab can be set to package the file icon, otherwise the RAR file icon
5. In the Advanced tab, you can add a shortcut that will automatically create a shortcut after the installation is complete and need to create more than one click to add
6. In the general options can be set to run after decompression
7. Click OK to generate an EXE file in the current path, and from 70M compression to 21M.
This article is to provide you with a package of ideas, RAR usage I speak is also very simple, need to set up more packaging settings, but also need everyone to learn the use of RAR!