Qt 6.11 Known Issues
- Check that your system meets Qt's requirements
- All open issues can be found from Jira
- RTA findings here
- Supported development platforms are listed here
All platforms
- 6.11.0 Qt Task Tree examples are installed in the wrong place, thus they are not found in Creator. See QTBUG-144927. As a workaround: go to the examples installation directory Qt/Examples/Qt-6.11.0 and create a symbolic link: ln -s . tasktree.
- 6.11.0 The CMake qt_add_qml_module function might generate invalid QML Language Server (qmlls) build information (.qmlls.build.ini) files, which can lead to bogus warnings about missing imports and types. See QTBUG-145062. As a workaround, use the standalone qmlls version 0.7. You can download it in Qt Creator via the "Download latest standalone qmlls" button in the qmlls settings and in VS Code via this menu.