Hello,

I don't know where exactly I should place this post, so I left out the Qt forums.

I have a shared core library, a shared gui library, the application itself and Qt. Starting this on windows or linux is no problem, but mac is. When I'm starting my application, I get telled that the core/gui dylib can't be found I have no clue what to do that my program finds these to startup (even with debugger). Having the dylib's within the program's executable dir does not help. Putting them into the application bundle at the same place does not help.
Only way that works: Putting my two .dylib files onto the filesystem root level "/". But that can't be the way ...

Sorry for the silly question but I have no experience with osx development. Nor I have a idea where to search.