Qt 6.0.0 Known Issues: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
(→iOS) |
||
Line 5: | Line 5: | ||
== All platforms == | == All platforms == | ||
Many examples are still not properly ported to Qt6 in Beta1. | |||
==Windows== | ==Windows== | ||
qdoc.exe is missing from windows packages, see https://bugreports.qt.io/browse/QTBUG-87215 | |||
==Linux== | ==Linux== | ||
Line 13: | Line 15: | ||
==Android== | ==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 [https://bugreports.qt.io/browse/QTBUG-87068 QTBUG-87068]):<syntaxhighlight lang="sh"> | * 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 [https://bugreports.qt.io/browse/QTBUG-87068 QTBUG-87068]):<syntaxhighlight lang="sh"> | ||
<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> | <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> | ||
Line 22: | Line 21: | ||
==iOS== | ==iOS== | ||
* Using CMake to build user projects requires manual tweak. Please use qmake for now. | * 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 | |||
==Qt for Device Creation== | ==Qt for Device Creation== | ||
{{Release Information}} | {{Release Information}} |
Revision as of 09:03, 19 October 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
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