Re: [Interest] macdeploy and lib dependencies

2016-10-10 Thread Till Oliver Knoll
> Am 10.10.2016 um 08:37 schrieb Nuno Santos : > > 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

Re: [Interest] macdeploy and lib dependencies

2016-10-10 Thread Nuno Santos
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

Re: [Interest] macdeploy and lib dependencies

2016-10-09 Thread Samuel Gaist
> On 9 oct. 2016, at 12:27, Nuno Santos 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

[Interest] macdeploy and lib dependencies

2016-10-09 Thread Nuno Santos
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