Supported C++ Versions

From Qt Wiki
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

For code that uses Qt

See https://doc.qt.io/qt-6/supported-platforms.html.

For Qt code

The minimum version is in qcompilerdetection.h. At the time of writing, it can be found on this line.

The maximum version is in qtbase/configure.cmake. Features for C++ standards greater than the current maximum have AUTODETECT OFF, which means they have to be enabled manually.