Qt 6.0.0 Known Issues: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
Line 16: | Line 16: | ||
*https://bugreports.qt.io/browse/QTBUG-88833: Unable to install Qt6.0.0 on openSUSE15.1 | *https://bugreports.qt.io/browse/QTBUG-88833: Unable to install Qt6.0.0 on openSUSE15.1 | ||
= Unable to install Qt6.0.0 on openSUSE15.1 = | =Unable to install Qt6.0.0 on openSUSE15.1= | ||
* | * | ||
Line 24: | Line 24: | ||
==Android== | ==Android== | ||
*Qt 6.0 for Android doesn't support multi-abi builds, it will be added in the next release. | *Qt 6.0 for Android doesn't support multi-abi builds, it will be added in the next release. | ||
*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. | |||
[[Qt for Android known issues]] | [[Qt for Android known issues]] |
Revision as of 11:47, 25 November 2020
- Check that your system meets [1]
- All open issues can be found from Jira: https://bugreports.qt.io
- RTA findings here
All platforms
Many examples are still not properly ported to Qt6 in Beta1.
Windows
qdoc.exe is missing from windows packages, see https://bugreports.qt.io/browse/QTBUG-87215
Linux
- Installation doesn't work anymore in Ubuntu 18.04 (which isn't a bug; we don't support Ubuntu 18.04 in Qt 6.0.0)
- https://bugreports.qt.io/browse/QTBUG-88833: Unable to install Qt6.0.0 on openSUSE15.1
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.
- 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.
iOS
- Using CMake to build user projects requires manual tweak. Please use qmake for now.