执行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