06.02.2015, 16:57, "Michael Jackson" <[email protected]>: > I have installed Qt 5.4 for OS X (Precompiled from the Qt.io website) and > when packaging my application I am getting errors that /opt/lib/libzip1.dylib > is missing and can not be found. Is this something that was overlooked or > missed during the packing of Qt 5.4? I have installed Qt 5.4 in > /Users/Shared/Toolkits/Qt-5.4. > > Any help or ideas is appreciated.
Look at linker error message, than identify what object (executable file or dylib) is referencing /opt/lib/libzip1.dylib If came as part of Qt, provide output of otool -L /path/to/that/file as and an evidence -- Regards, Konstantin _______________________________________________ Interest mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/interest
