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.0.1 Known Issues: Difference between revisions
Jump to navigation
Jump to search
(Initial version) |
(→Linux) |
||
Line 9: | Line 9: | ||
*When using socks proxy it may read and send data from deallocated memory when sending large amounts of data at once. | *When using socks proxy it may read and send data from deallocated memory when sending large amounts of data at once. | ||
* There are known issues with CMake 4.18.2 and multi-config ninja that prevend building Qt with a -debug-and-release build. Please consider updating CMake in such cases. | *There are known issues with CMake 4.18.2 and multi-config ninja that prevend building Qt with a -debug-and-release build. Please consider updating CMake in such cases. | ||
==Linux== | ==Linux== | ||
Line 15: | Line 15: | ||
*Minimum glibc version for prebuild binaries is 2.28, see https://bugreports.qt.io/browse/QTBUG-88833 | *Minimum glibc version for prebuild binaries is 2.28, see https://bugreports.qt.io/browse/QTBUG-88833 | ||
**Workaround: compile Qt 6.0.0 by yourself or update glibc to 2.28 or newer | **Workaround: compile Qt 6.0.0 by yourself or update glibc to 2.28 or newer | ||
* Qt 3D compilation with conan seems to fail if libvulkan-dev is missing from distribution, see https://bugreports.qt.io/browse/QTBUG-90243 | |||
==macOS== | ==macOS== |
Latest revision as of 07:33, 2 February 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-85851
All platforms
- When using socks proxy it may read and send data from deallocated memory when sending large amounts of data at once.
- There are known issues with CMake 4.18.2 and multi-config ninja that prevend building Qt with a -debug-and-release build. Please consider updating CMake in such cases.
Linux
- Minimum glibc version for prebuild binaries is 2.28, see https://bugreports.qt.io/browse/QTBUG-88833
- Workaround: compile Qt 6.0.0 by yourself or update glibc to 2.28 or newer
- Qt 3D compilation with conan seems to fail if libvulkan-dev is missing from distribution, see https://bugreports.qt.io/browse/QTBUG-90243
macOS
Windows
Android
- Qt 6.0 for Android doesn't support multi-abi builds, it will be added in the next release (QTBUG-88841).
iOS
- Using CMake to build user projects requires manual tweak. Please use qmake for now.
- Qt Creator cannot yet build iOS CMake projects (QTCREATORBUG-25058).
- Starting deployed iOS application from Qt Creator fails, see https://bugreports.qt.io/browse/QTBUG-89058
- If you click the installed icon on the device (located on the last screen) it starts Ok.
Qt for Device Creation
- Qt Creator's wizard generated CMake applications need a workaround to be able to deploy to device. See: https://bugreports.qt.io/browse/QTCREATORBUG-25029