简体   繁体   English

如何在Mac OS X上打包Qt Framework?

[英]How to package Qt Framework on Mac OS X?

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. 我正在为Mac开发一个应用程序,我对此很不满意 - 分发Qt框架的最佳方式是什么,这样我就不会影响已经存在的框架,所以我的App.app选择了图书馆。 I'm also using boost, so I'm curious how a simple bundle works with libraries. 我也在使用boost,所以我很好奇一个简单的bundle如何与库一起工作。

You can use macdeployqt tool that comes with Qt installation. 您可以使用Qt安装附带的macdeployqt工具。 It will copy the needed framework from the Qt installation into your application bundle. 它会将所需的框架从Qt安装复制到您的应用程序包中。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM