Qwt versions
-
Hi,
You can get the library version with QWT_VERSION_STR or QWT_VERSION.
I don't think there's anything more currently.
-
@Buller
You are aware that both of these are compile-time macros (e.g. https://qwt.sourceforge.io/qwt__global_8h_source.html) so, assuming you put these in your source code, they do not necessarily tell you anything about the "runtime versions" that the libraries might have been compiled with in the past? Or the runtime version of either Qt or QWT which might happen to be found?