执行windeployqt.exe D:\Data\code\QtCode\Release\RegularExp\RegularExp.exe
生成相应的dll动态库
执行RegularExp.exe,出错:“由于找不到libgcc_s_seh-1.dll…”

找到安装的qt对应的libgcc_s_seh-1.dll拷贝到RegularExp.exe同级目录下,
执行RegularExp.exe,报错:“无法定位程序输入点_gxx_personality_seh0…”

参考:https://zhuanlan.zhihu.com/p/130501729
将libstdc+±6.dll拷贝到RegularExp.exe同级目录下,可以执行RegularExp.exe
QT打包发布参考:https://subingwen.cn/qt/qt-setup/#1-2-%E5%8F%91%E5%B8%83

![[大语言模型-论文精读] 以《黑神话:悟空》为研究案例探讨VLMs能否玩动作角色扮演游戏?](https://i-blog.csdnimg.cn/direct/021d851465354e3f80c5323e06490265.png)

















