Qt 6.11 Known Issues: Difference between revisions
No edit summary |
mNo edit summary |
||
| Line 7: | Line 7: | ||
==All platforms== | ==All platforms== | ||
* | * '''6.10.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== | ||
Revision as of 07:47, 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.10.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.