Qt 6.4 Known Issues: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
Line 5: | Line 5: | ||
==All platforms== | ==All platforms== | ||
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== | ==Linux== | ||
Qt applications using QProcess crash when run in qemu ([https://bugreports.qt.io/browse/QTBUG-98951 QTBUG-98951]) or under valgrind ([https://bugreports.qt.io/browse/QTBUG-87230 QTBUG-87230]). | Qt applications using QProcess crash when run in qemu ([https://bugreports.qt.io/browse/QTBUG-98951 QTBUG-98951]) or under valgrind ([https://bugreports.qt.io/browse/QTBUG-87230 QTBUG-87230]). | ||
Line 17: | Line 21: | ||
QTBUG-106939: Error: "qmlimportscanner not found" while building examples while using cmake | QTBUG-106939: Error: "qmlimportscanner not found" while building examples while using cmake | ||
* Workaround: Just ignore the message | *Workaround: Just ignore the message | ||
==iOS== | ==iOS== |
Revision as of 09:54, 27 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
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