Hi.
Is there way in QT5 to load libraries dynamically by other library?
I want to do something like that:
My program is loading main library and that library have access to other libraries. I don't want to link them all in my program, because when I want to add some others libs, then I have to release new version of my program. I want to release just new version of main library.
Is it possible to do so?