Qt 6.11 Known Issues: Difference between revisions
Created page with "Category:Known Issues *Check that your system meets [https://doc-snapshots.qt.io/qt6-6.11/supported-platforms.html Qt's requirements] *All open issues can be found from [https://qt-project.atlassian.net/issues?filter=21383 Jira] **RTA findings [https://qt-project.atlassian.net/issues/?filter=21382 here] *Supported development platforms are listed [https://qt-project.atlassian.net/browse/QTBUG-141403 here] ==All platforms== ==Linux== ==macOS== ==Windows== ==Andr..." |
No edit summary |
||
| (2 intermediate revisions by the same user not shown) | |||
| Line 6: | Line 6: | ||
==All platforms== | ==All platforms== | ||
* '''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'''. | |||
==Linux== | ==Linux== | ||
Latest revision as of 07:57, 16 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.