Qt 6.0.0 Known Issues
Jump to navigation
Jump to search
- 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
macOS
Android
- qt-cmake has hardcoded value for the Android toolchain file from CI, that's why additional args must be provided to qt-cmake, use the following command (see QTBUG-87068):
<qt_android_install>/bin/qt-cmake -S <source_path> -B <build_path> -DANDROID_SDK_ROOT:PATH=<sdk_path> -DANDROID_ABI:STRING=<abi> -DANDROID_NATIVE_API_LEVEL:STRING=23 -DCMAKE_TOOLCHAIN_FILE:PATH=<ndk_path/build/cmake/android.toolchain.cmake -DCMAKE_FIND_ROOT_PATH:PATH=<qt_android_install> -DQT_HOST_PATH:PATH=<qt_host_install>
iOS
- Using CMake to build user projects requires manual tweak. Please use qmake for now.
- Some qml/quick examples doesn't deploy properly in the device, see https://bugreports.qt.io/browse/QTBUG-87702