Qt wiki will be updated on October 12th 2023 starting at 11:30 AM (EEST) and the maintenance will last around 2-3 hours. During the maintenance the site will be unavailable.
Qt 6.5 Known Issues: Difference between revisions
Jump to navigation
Jump to search
Ivan.solovev (talk | contribs) No edit summary |
Ivan.solovev (talk | contribs) |
||
Line 6: | Line 6: | ||
==All platforms== | ==All platforms== | ||
Qt 6.5.0 static builds fail if QT_DISABLE_DEPRECATED_UP_TO is set (see https://bugreports.qt.io/browse/QTBUG-111884). It | Qt 6.5.0 static builds fail if QT_DISABLE_DEPRECATED_UP_TO is set (see https://bugreports.qt.io/browse/QTBUG-111884). It will be fixed in Qt 6.5.1. | ||
==Linux== | ==Linux== |
Revision as of 09:23, 14 March 2023
- 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
Qt 6.5.0 static builds fail if QT_DISABLE_DEPRECATED_UP_TO is set (see https://bugreports.qt.io/browse/QTBUG-111884). It will be fixed in Qt 6.5.1.
Linux
macOS
Windows
Android
Creator claims that Android is not set up correctly, see https://bugreports.qt.io/browse/QTCREATORBUG-28776
The Hardware Accelerated video encoding in QtMultimedia with FFmpeg backend is not fully implemented in 6.5.0. It will be available on 6.5.1. Meanwhile, please use Android backend as workaround. See https://doc.qt.io/qt-6/qtmultimedia-index.html how to choose the backend.