Qt 6.5 Known Issues: Difference between revisions
Jump to navigation
Jump to search
Samuel Mira (talk | contribs) (→Android: Known issues pages linked to Documentation.) |
Samuel Mira (talk | contribs) m (→Android: rewording) |
||
Line 23: | Line 23: | ||
Creator claims that Android is not set up correctly, see https://bugreports.qt.io/browse/QTCREATORBUG-28776 | Creator claims that Android is not set up correctly, see https://bugreports.qt.io/browse/QTCREATORBUG-28776 | ||
The Hardware Accelerated | The Hardware Accelerated FFMpeg backend in QtMultimedia is not fully in 6.5.0. It will be available on 6.5.1. Meanwhile, please use Android backend. See [https://doc.qt.io/qt-6/qtmultimedia-index.html QtMultimedia] page for choosing the backend. | ||
[https://doc.qt.io/qt-6/android-platform-notes.html#known-issues Qt for Android known issues] | [https://doc.qt.io/qt-6/android-platform-notes.html#known-issues Qt for Android known issues] |
Revision as of 09:31, 30 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.
Qt Quick Controls
- The Material style Drawer has its rounded edges in the wrong position for edges other than the default (Qt.LeftEdge). See https://bugreports.qt.io/browse/QTBUG-112159 for a workaround. Fixed in 6.5.1.
Linux
macOS
Windows
Qt Multimedia
- The native windows backend using WMF has a memory leak when looping videos, for details see https://bugreports.qt.io/browse/QTBUG-112304. Note that Qt 6.5 uses the ffmpeg backend by default on Windows.
Android
Creator claims that Android is not set up correctly, see https://bugreports.qt.io/browse/QTCREATORBUG-28776
The Hardware Accelerated FFMpeg backend in QtMultimedia is not fully in 6.5.0. It will be available on 6.5.1. Meanwhile, please use Android backend. See QtMultimedia page for choosing the backend.