Information about which Qt version the application is running on, and the version it was compiled against. More...
| Header: | #include <QtVersion>
|
| const char * | qVersion() |
[noexcept] const char *qVersion()
Returns the version number of Qt at runtime as a string (for example, "6.1.2"). This is the version of the Qt library in use at runtime, which need not be the version the application was compiled with.
See also QT_VERSION_STR and QLibraryInfo::version().
This macro expands to a string that specifies Qt's version number (for example, "6.1.2"). This is the version with which the application is compiled. This may be a different version than the version the application will find itself using at runtime.
See also qVersion() and QT_VERSION.
© The Qt Company Ltd
Licensed under the GNU Free Documentation License, Version 1.3.
https://doc.qt.io/qt-6.9/qtversion.html