QT打包支持dll, windeployqt

先进入到你安装Qt目录下的bin目录,然后执行 windeployqt
命令,后面跟着你要打包的exe路径
windeployqt D:\QT_project\build-z-Desktop_Qt_5_4_1_MinGW_32bit-Debug\debug\z.exe

相关文章:

  • 2021-12-14
  • 2021-07-04
  • 2021-12-13
  • 2021-12-05
  • 2021-12-30
  • 2021-07-19
  • 2021-08-15
猜你喜欢
  • 2021-12-26
  • 2021-10-06
  • 2021-08-09
  • 2022-12-23
  • 2021-11-26
  • 2021-09-13
  • 2021-04-19
相关资源
相似解决方案