开发者

How to make macdeployqt use another qt-installaton?

The macdeployqt which comes with Qt SDK 1.1 is broken (it's already files on the Qt bugtracker).

How do I make macdeployqt use the libraries of another Qt-version I installed instead of Qt SDK 1.1?

I couldn't find a bash-enviro开发者_JAVA技巧nment variable for it.


macdeployqt should deploy Qt libraries which are linked to your binary. Use otool to check what libraries are linked.

To get more control over the deployment of libraries, I ended up rewriting macddeployqt to always deploy/link to my preferred library location.

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜