Qt 6.1.0 Known Issues: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
(Added QTBUG-93563 (Regression in 6.1.0)) |
||
Line 12: | Line 12: | ||
*Minimum glibc version for prebuild binaries is still 2.28, see https://bugreports.qt.io/browse/QTBUG-88833. | *Minimum glibc version for prebuild binaries is still 2.28, see https://bugreports.qt.io/browse/QTBUG-88833. | ||
**Workaround: compile Qt 6.1.0 by yourself or update glibc to 2.28 or newer | **Workaround: compile Qt 6.1.0 by yourself or update glibc to 2.28 or newer | ||
*'QT += qtquickcompiler' cannot locate rcc binary, see [https://bugreports.qt.io/browse/QTBUG-93563 QTBUG-93563] . | |||
==macOS== | ==macOS== |
Revision as of 08:07, 7 May 2021
- Check that your system meets Qt's requirements
- All open issues can be found from Jira: https://bugreports.qt.io
- RTA findings here
- Supported development platforms are listed here: https://bugreports.qt.io/browse/QTBUG-86432
All platforms
Linux
- Minimum glibc version for prebuild binaries is still 2.28, see https://bugreports.qt.io/browse/QTBUG-88833.
- Workaround: compile Qt 6.1.0 by yourself or update glibc to 2.28 or newer
- 'QT += qtquickcompiler' cannot locate rcc binary, see QTBUG-93563 .
macOS
Windows
Wrong rendering in Dialog with native Windows style, see https://bugreports.qt.io/browse/QTBUG-91755