Qt打包程序并发布

来源:互联网 发布:mac双系统win8.1镜像 编辑:程序博客网 时间:2024/06/06 01:46

1 使用Qt自带的windeployqt.exe 检测exe所依赖的dll
windeploy路径为D:\Software\QT\5.5\msvc2013_64\bin
使用方法: 在cmd中直接输入 windeploy.exe XXX.exe
2 下载QtInstallerFramework
在cmd中输入binarycreator.exe -f -c config/config.xml -p packages setup.exe
binarycreator.exe路径为D:\Software\QtFramework\bin

参考资料:
1 检测dll http://blog.csdn.net/fan_hai_ping/article/details/8276210
2 打包 http://www.tuicool.com/articles/zaq6Zf2
2 打包 http://blog.csdn.net/sunshinwong/article/details/37764719

0 0
原创粉丝点击