OSX - shared/static libs conflict
-
Hi,
I'm developing a shared library which uses the Qt4 static library. I would like to use this library from an application that also internally uses Qt4 (dynamic). There is no problem in Win32, but in OSX there is a library conflict and my shared library can't be called from the main application becuase of 2 versions of Qt (one shared and one statically linked).
The main app is Foundry Nuke and Qt version is 4.6.2
My plugin (shared library) uses Qt 4.8.0OSX - Is there any way to use two Qt-libs (dynamic and static) in the same process? Because no problem in Win32...
Thanks
Martin