Deploy Qt application on MAC with Qt framework

前端 未结 3 413
轻奢々
轻奢々 2020-12-12 01:07

I developed one Qt application in Mac using Qt creator,Its working fine on my development machine.Then I copied the project output from my build directory to a new machine w

相关标签:
3条回答
  • 2020-12-12 01:19

    Make sure to have read Developing Qt Applications for Mac OS X.

    0 讨论(0)
  • 2020-12-12 01:28

    The binary will be in your Debug or Release folder and it will be as .app

    (.app extension may be hidden )

    make sure you copy that and it should work fine as the binary has all its dependencies packed together

    0 讨论(0)
  • 2020-12-12 01:34

    See Qt for macOS - Deployment specifically, and Qt for macOS generally.

    0 讨论(0)
提交回复
热议问题