Libs like libssl, libcrypto, libxml2, libplist, etc, All the dependencies of libimobiledevice which is the lib I’m linking to. In the QtCreator project I link with libimobiledevice and macdeployqt is able to copy and rereference it, but it doesn’t do to the others making the bundle invalid in a another system > On 9 Oct 2016, at 21:01, Samuel Gaist <[email protected]> wrote: > > >> On 9 oct. 2016, at 12:27, Nuno Santos <[email protected]> wrote: >> >> Hi, >> >> I’m linking my app with a lib that has other dependencies. While macdeployqt >> is able to copy and rename the main lib file, it isn’t able to do it for >> it’s dependencies. This is causing the bundle to have system dependencies. >> How can one trick macdeployqt to do the same for the lib dependencies? >> Renaming libs by hand is a tedious job and I always tend to avoid it. Any >> ideas? >> >> Thanks! >> >> Regards, >> >> Nuno >> > > Hi, > > What do you mean by “system dependencies” ? Cocoa, Foundation and the like ? > > If so those are normal dependencies that you don’t need to worry about. > > If not, please share what dependencies you have trouble with. > > Samuel >
_______________________________________________ Interest mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/interest
