Qt 6.4 Known Issues: Difference between revisions
Jump to navigation
Jump to search
(→iOS) |
No edit summary |
||
Line 1: | Line 1: | ||
*Check that your system meets [https://doc-snapshots.qt.io/qt6-6.4/ | *Check that your system meets [https://doc-snapshots.qt.io/qt6-6.4/supported-platforms.html Qt's requirements] | ||
*All open issues can be found from [https://bugreports.qt.io/issues/?filter= | *All open issues can be found from [https://bugreports.qt.io/issues/?filter=24436 Jira] | ||
**RTA findings [https://bugreports.qt.io/issues/?filter=24174 here] | **RTA findings [https://bugreports.qt.io/issues/?filter=24174 here] | ||
*Supported development platforms are listed [https://bugreports.qt.io/browse/QTBUG-102789 here] | *Supported development platforms are listed [https://bugreports.qt.io/browse/QTBUG-102789 here] |
Revision as of 06:06, 28 September 2022
- Check that your system meets Qt's requirements
- All open issues can be found from Jira
- RTA findings here
- Supported development platforms are listed here
All platforms
Module dependencies aren't installed automatically
- e.g. quicknanobrowser example won't work if all dependencies aren't installed properly (QTBUG-106802)
- Install webchannel & qtpositioning modules as well to solve the issue
Linux
Qt applications using QProcess crash when run in qemu (QTBUG-98951) or under valgrind (QTBUG-87230).
- Workaround: configure Qt with
-no-feature-forkfd_pidfd
macOS
Windows
Android
QTBUG-106939: Error: "qmlimportscanner not found" while building examples while using cmake
- Workaround: Just ignore the message
iOS
qtpdf binaries aren't available for iOS with Qt 6.4.0 but those can be compiled by yourself if needed