How to deploy my application using Qt-Creator?

前端 未结 5 641
一个人的身影
一个人的身影 2021-02-01 21:57

I\'m trying to deploy my simple Qt project like a hello world.

I build it successfully and can also execute it on Qt-Creator. However, I can\'t execute the binary direc

5条回答
  •  有刺的猬
    2021-02-01 22:21

    Try running dependency walker on it (http://dependencywalker.com/) to see which dlls are missing?

    Generally, you won't need to move those Qt libraries into your local folder since the Qt installation should've added those libraries into your path.

    One possibility is that you built debug, and the Qt debug dlls are named differently

提交回复
热议问题