Hello everyone!
I’m developing a library set. There are 4 libraries, let’s call them libA, libB, libC and libD. B, C and D depends on A. D also depends on C.
So, when I’m running an example application which uses libA, everything is fine. But if I try using some classes from libB (or C, or D) the application crashes instantly after being launched.
I’m having this issue with Qt5 only. With Qt4 everything works fine. The OS is Ununtu 12.04. The project’s sources are here: https://github.com/the-dark-angel/BeQt/tree/develop (the “develop” branch).
So, what do?
↧