This commit is contained in:
lianqi 2025-05-30 16:42:24 +08:00
parent 6fbfab1bd6
commit 5d96f349de
900 changed files with 16 additions and 0 deletions

View File

@ -120,3 +120,19 @@ void Student::inital()
**所以new了不delete有两种后果一直在new对象的渣男或者new了对象之后就捆绑住不让放开的恋爱脑**
# 八,打包方法
## 1首先发布release
## 2: 把exe文件拷贝出来 随便放一个位置
## 3 在菜单 开始那里 找到如下qt5.9 for Desktop[mingw](https://so.csdn.net/so/search?q=mingw&spm=1001.2101.3001.7020) 在输入命令 就是定位你上一步放.exe文件的地方
## 4输入 cd <exe文件所在位置>
## 5输入 windeployqt <x'x'x>.exe
打包完成

Some files were not shown because too many files have changed in this diff Show More