Qt 6.11 Known Issues: Difference between revisions
No edit summary |
|||
| Line 8: | Line 8: | ||
* '''6.11.0''' Qt Task Tree examples are installed in the wrong place, thus they are not found in Creator. See [https://bugreports.qt.io/browse/QTBUG-144927 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''' Qt Task Tree examples are installed in the wrong place, thus they are not found in Creator. See [https://bugreports.qt.io/browse/QTBUG-144927 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 [https://qt-project.atlassian.net/browse/QTBUG-145062 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 [https://doc.qt.io/qtcreator/creator-how-to-use-qml-language-server.html in the qmlls settings] and in VS Code via [https://doc.qt.io/vscodeext/vscodeext-how-to-turn-on-qmlls.html this menu]. | |||
==Linux== | ==Linux== | ||
Revision as of 10:23, 23 March 2026
- 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.