开发者

How to package Qt Framework on Mac OS X?

开发者 https://www.devze.com 2023-01-02 09:51 出处:网络
I\'m developing an application for the Mac, and I\'m wicked new at this - what would be the best way to distribute the Qt Framework so that I\'m not impacting an already existing framework, and so tha

I'm developing an application for the Mac, and I'm wicked new at this - what would be the best way to distribute the Qt Framework so that I'm not impacting an already existing framework, and so that my App.app picks up the libraries. I'm also using boost, so I'm curious开发者_如何学编程 how a simple bundle works with libraries.


You can use macdeployqt tool that comes with Qt installation. It will copy the needed framework from the Qt installation into your application bundle.

0

精彩评论

暂无评论...
验证码 换一张
取 消