Qt 6.3 Known Issues: Difference between revisions
Jump to navigation
Jump to search
(→Linux) |
m (→WebAssembly: Add Qt for Wasm known issue) |
||
Line 8: | Line 8: | ||
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]). | ||
* Workaround: configure Qt with <code>-no-feature-forkfd_pidfd</code> | *Workaround: configure Qt with <code>-no-feature-forkfd_pidfd</code> | ||
==macOS== | ==macOS== | ||
Line 16: | Line 16: | ||
==iOS== | ==iOS== | ||
==WebAssembly== | ==WebAssembly== | ||
Qt applications which use time zone or calendar functionality may fail to link, with errors like "error: undefined symbol: _get_daylight" (QTBUG-101267). Workaround: build Qt from source using a more recent emsdk version, for example 3.1.6. | |||
==Qt for Device Creation== | ==Qt for Device Creation== | ||
{{Release Information}} | {{Release Information}} |
Revision as of 12:39, 22 March 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
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
iOS
WebAssembly
Qt applications which use time zone or calendar functionality may fail to link, with errors like "error: undefined symbol: _get_daylight" (QTBUG-101267). Workaround: build Qt from source using a more recent emsdk version, for example 3.1.6.