[KDE/Mac] Linking basics on OS X

Ian Wadham iandw.au at gmail.com
Tue Jan 6 03:36:33 UTC 2015


On 06/01/2015, at 11:24 AM, Jeremy Whiting wrote:
> I've got the qsp patch applied, and qt itself builds ok, but when I try to build anything in kf5 that use uic it fails with errors like the following:
> 
> dyld: Library not loaded: /usr/local/Qt-5.4.1/lib/QtCore.framework/Versions/5/QtCore
>   Referenced from: /Users/jeremy/devel/kde/src/qt5build/qtbase/bin/uic
>   Reason: image not found
> 
> I have no /usr/local/Qt-5.4.1 folder let alone frameworks inside it, does anyone know why uic that I built myself would be referencing that?

Hmmmm, check the output of "otool -L uic".  Maybe the *desire* for
/usr/local/Qt-5.4.1/lib/QtCore.framework/Versions/5/QtCore is in
there, due to CMake or qmake options, but the satisfaction of the
desire is not in other builds you have done.

Cheers, Ian W.



More information about the kde-mac mailing list