How to deploy my application using Qt-Creator?

前端 未结 5 667
一个人的身影
一个人的身影 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:05

    If you don't want to have dependencies with qt/mingw dlls you should compile qt statically as explain here: http://qt.nokia.com/doc/4.6/deployment-windows.html#static-linking.

提交回复
热议问题