ppt录屏+Qt打包成exe
1、录屏推荐
PPT-插入-屏幕录制
2、Qt打包成exe程序
参考博客:https://blog.****.net/lady_killer9/article/details/89975504
2.1Qt首先运行release一次(debug版本会添加很多不需要的东西,发布程序使用release版本)
2.2找到qt安装文件中的windeployqt.exe,路径在qt安装文件夹中(目的:打包需要的依赖项)
路径:
在release文件中打开cmd(在文件夹中打开cmd方法:在路径输入框中直接输入cmd,然后敲一下回车)
2.3在cmd中输入(windeployqt.exe的绝对路径+空格+XX.exe)得到依赖项
2.4打开Enigma Virtual Box
Enigma Virtual Box https://enigmaprotector.com/en/downloads.html
点击process,运行完成,在release文件夹下面xx_box.exe就是可以运行文件