Application deployed with QT5 libraries does not start on Windows 7

前端 未结 8 1463
爱一瞬间的悲伤
爱一瞬间的悲伤 2020-12-05 04:37

Recently we have been migrating our QT based application on Windows from QT 4.8 to QT 5, and we have run into a issue with deployment. Note that our app has not changed, we

8条回答
  •  Happy的楠姐
    2020-12-05 04:58

    The better choice is use: windeployqt.exe. This tool resolves the all dependencies of your application.exe.

提交回复
热议问题