当前位置:网站首页>20201002 VS 2019 QT5.14 开发的程序打包
20201002 VS 2019 QT5.14 开发的程序打包
2022-07-02 06:22:00 【qq_40938175】
QT开发的程序打包
一、编译生成release版本
1.编译生成release版本会出现错误提示如图
2.错误提示的原因是因为没有release所需要的库文件,那么就要使用QT自带的工具赋予release程序所需的库文件
二、使用QT自带的工具赋予release程序需要的.dll库文件
1.QT自带命令行工具,可以将库文件打包到所需应用程序如图在Windows10中直接搜索QT就可以了,这里使用的是MSVC2017版
2.使用命令 windeployqt+() //括号里面填写exe程序的地址如图,命令运行后就会生成对应的dll文件,然后release程序就可以运行了
边栏推荐
- Common means of modeling: combination
- It is said that Kwai will pay for the Tiktok super fast version of the video? How can you miss this opportunity to collect wool?
- Kotlin - 验证时间格式是否是 yyyy-MM-dd HH:mm:ss
- 奇葩pip install
- Code skills - Controller Parameter annotation @requestparam
- The difference between session and cookies
- Top 10 classic MySQL errors
- BGP 路由優選規則和通告原則
- Sudo right raising
- CUDA中的Warp Shuffle
猜你喜欢
Hydration failed because the initial UI does not match what was rendered on the server.问题原因之一
ROS create workspace
构建学习tensorflow
Amazon AWS data Lake Work Pit 1
LeetCode 78. 子集
Sparse array (nonlinear structure)
Log (common log framework)
分布式事务 :可靠消息最终一致性方案
In depth understanding of JUC concurrency (II) concurrency theory
深入学习JVM底层(三):垃圾回收器与内存分配策略
随机推荐
亚马逊aws数据湖工作之坑1
FE - 微信小程序 - 蓝牙 BLE 开发调研与使用
一起学习SQL中各种join以及它们的区别
automation - Jenkins pipline 执行 nodejs 命令时,提示 node: command not found
Redis---1. Data structure characteristics and operation
ROS create workspace
深入学习JVM底层(四):类文件结构
Redis——热点key问题
Browser principle mind map
深入学习JVM底层(五):类加载机制
LeetCode 83. 删除排序链表中的重复元素
数据科学【九】:SVD(二)
LeetCode 90. Subset II
CUDA中的动态全局内存分配和操作
Sentinel 阿里开源流量防护组件
AWD学习
VRRP之监视上行链路
数据科学【八】:SVD(一)
TensorRT的功能
LeetCode 77. 组合