Qt 6.0.0 Known Issues: Difference between revisions
Jump to navigation
Jump to search
(Add a note how to workaround deploy issue with QtCreator's wizard generated CMake applications for B2Qt) |
No edit summary |
||
Line 4: | Line 4: | ||
*All open issues can be found from Jira: https://bugreports.qt.io | *All open issues can be found from Jira: https://bugreports.qt.io | ||
**RTA findings [https://bugreports.qt.io/issues/?filter=22662 here] | **RTA findings [https://bugreports.qt.io/issues/?filter=22662 here] | ||
* Supported development platforms are listed here: https://bugreports.qt.io/browse/QTBUG-85851 | |||
==All platforms== | ==All platforms== | ||
Line 31: | Line 32: | ||
==Qt for Device Creation== | ==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 | |||
*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 | |||
{{Release Information}} | {{Release Information}} |
Revision as of 12:20, 2 December 2020
- 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
Many examples are still not properly ported to Qt6 in Beta1.
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
Unable to install Qt6.0.0 on openSUSE15.1
macOS
Android
- Qt 6.0 for Android doesn't support multi-abi builds, it will be added in the next release (QTBUG-88841).
- When using CMake properties like QT_ANDROID_PACKAGE_SOURCE_DIR, qt_android_generate_deployment_settings(target_name) must be added after setting properties to make sure they are included in the deployment JSON file (QTBUG-88840).
iOS
- Using CMake to build user projects requires manual tweak. Please use qmake for now.
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