Qt installer framework
- 下载framework,安装(
/Qt/QtIFW-3.0.2/examples
目录下有很多实例)官网使用说明 - 使用framework(以examples中的tutorial为例)
1. 创建安装包目录树
tutorial
├── config
│ └── config.xml
└── packages
└── com.vendor.product
├── data
│ └── installcontent.txt
└── meta
├── installscript.qs
├── license.txt
├── package.xml
└── page.ui
2. 创建配置文件
(即/tutorial/config/config.xml)
<?xml version="1.0" encoding="UTF-8"?>
<Installer>
<Name>Your application</Name>
<Version>1.0.0</Version>
<Title>Your application Installer