Qt 6.1.0 Known Issues: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
m (Added QTBUG-93033) |
||
(One intermediate revision by the same user not shown) | |||
Line 7: | Line 7: | ||
==All platforms== | ==All platforms== | ||
* A compilation error occurs in qwidget.h if setting QT_DISABLE_DEPRECATED_BEFORE to Version 6.1.0, see [https://bugreports.qt.io/browse/QTBUG-93033 QTBUG-93033] | |||
==Linux== | ==Linux== | ||
Line 12: | Line 14: | ||
*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== |
Latest revision as of 08:51, 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
- A compilation error occurs in qwidget.h if setting QT_DISABLE_DEPRECATED_BEFORE to Version 6.1.0, see QTBUG-93033
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