Supported C++ Versions

From Qt Wiki
Revision as of 07:05, 7 September 2022 by Mitch (talk | contribs) (Created page with "== 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, i...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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.