Details
-
Bug
-
Resolution: Done
-
Not Evaluated
-
None
-
Qt Creator 13.0.0-beta1
-
None
Description
AFAIK Qt Creator is supposed to build with Qt 6.2. When testing another change for 6.2 compliance my build stopped at jsonkeys.h. This is because Key is an alias for QLatin1String for Qt 6.2, while QLatin1String::QLatin1String(const char *) doesn't produce a constexpr.