获取Qt5库的运行时版本信息

getting runtime version information of Qt5 library

Qt5 库(对于 Linux)是否有 C++ 函数或 API 来在运行时检索 Qt 共享库的精确版本信息?

GNU glibc has gnu_get_libc_version. The libcurlcurl_version

我想要 Qt5 的等效项(对于 RefPerSys 项目,如果重要的话)。它使用 Qt5 X11 GUI 界面。

使用 qVersionQT_VERSION(替代)。

查看特定版本:QT_VERSION_CHECK(6, 0, 0)