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.
_______________________________________________
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest

Reply via email to