Hi!
As I found in Assistant, I can set the version of my library with VERSION qmake variable.
This generates resource on Windows with VS_VERSION_INFO or something like this so the version is visible in dll file properties. But is there any way to get the version of loaded library? For example: I want to dynamicaly load shared library or plugin and check the version of it. On Windows I can use some WinAPI functions to get this VS_VERSION... but is there any cross-platform way to do this? If no, then how can I do the same on Linux (don't know if the version is stored anywhere)?