[Interest] Deploying Qt to MacOs still...errr, sucks?

René J.V. Bertin rjvbertin at gmail.com
Mon Feb 9 19:11:42 CET 2015


On Monday February 09 2015 18:41:06 Till Oliver Knoll wrote:

> Just recently there was a discussion that some pre-build Qt library errorneously links with libz located in /opt (Mac Ports), instead of /usr (=Apple).
> You apparently just hit that same problem with Qt 5.4.

That discussion *was* about Qt 5.4 . Until Digia releases a new package, you can correct the dependency yourself:

%> install_name_tool -change /opt/local/lib/libz.1.dylib /usr/lib/libz.1.dylib /path/to/Qt5/5.4/clang_64/lib/QtCore.framework/QtCore

R.



More information about the Interest mailing list