博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
Qt - 使用windeployqt发布Qt生成的exe软件
阅读量:5101 次
发布时间:2019-06-13

本文共 810 字,大约阅读时间需要 2 分钟。

windeployqt工具作用:  

The Windows deployment tool is designed to automate the process of creating a deployable folder containing the -related dependencies (libraries, QML imports, plugins, and translations) required to run the application from that folder. It creates a sandbox for or an installation tree for Windows desktop applications, which can be easily bundled into an installation package。

使用方法:

工程名称“DCP”,为一通信程序,包含第三方库ControlCAN.dll,以及图标文件夹;

1,生成exe程序时,选择“Release”;

2,在项目文件夹中build-DCP-Desktop_Qt_5_7_0_MinGW_32bit-Release把DCP.exe拷贝到其他文件夹中,本次试验在E盘根目录创建DCPApp文件夹,将DCP.exe拷贝此文件夹中;

3,打开Qt5.7 for desktop,如下图:

4,切换到E盘DCPApp文件夹,命令如下:

5,输入windeployqt DCP.exe,工具自动查找依赖的库和翻译文件以及图标:

6,将第三方库文件ControlCAN.dll拷贝到DCPApp文件夹中,所有文件如下

7,将DCPApp文件夹拷贝到其他电脑,运行DCP.exe即可实现软件运行。

转载于:https://www.cnblogs.com/Pan-Z/p/6627877.html

你可能感兴趣的文章
Bootstrap栅格学习
查看>>
程序员的数学
查看>>
聚合与组合
查看>>
洛谷 P2089 烤鸡【DFS递归/10重枚举】
查看>>
我眼中的技术地图
查看>>
lc 145. Binary Tree Postorder Traversal
查看>>
在centos上开关tomcat
查看>>
android dialog使用自定义布局 设置窗体大小位置
查看>>
ionic2+ 基础
查看>>
[leetcode]Minimum Path Sum
查看>>
Aizu - 1378 Secret of Chocolate Poles (DP)
查看>>
csv HTTP简单表服务器
查看>>
IO流写出到本地 D盘demoIO.txt 文本中
查看>>
Screening technology proved cost effective deal
查看>>
mysql8.0.13下载与安装图文教程
查看>>
Thrift Expected protocol id ffffff82 but got 0
查看>>
【2.2】创建博客文章模型
查看>>
Kotlin动态图
查看>>
从零开始系列之vue全家桶(1)安装前期准备nodejs+cnpm+webpack+vue-cli+vue-router
查看>>
Jsp抓取页面内容
查看>>