Qt 5.6.2 Known Issues: Difference between revisions
Jump to navigation
Jump to search
(Add to category Known Issues) |
|||
(3 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
[[Category:Known Issues]] | |||
== All platforms == | == All platforms == | ||
Line 6: | Line 7: | ||
** https://bugreports.qt.io/browse/QTBUG-51771 | ** https://bugreports.qt.io/browse/QTBUG-51771 | ||
* While work on this is progressing, Qt (any module) is not yet sanitizer-clean, neither for tsan, ubsan, nor, possibly, asan. | * While work on this is progressing, Qt (any module) is not yet sanitizer-clean, neither for tsan, ubsan, nor, possibly, asan. | ||
* Certain seemingly malformed arithmetic expressions may crash the QML JavaScript engine optimizer (https://bugreports.qt.io/browse/QTBUG-56255) | |||
== Linux == | == Linux == | ||
Line 17: | Line 19: | ||
* Qt WebEngine cannot be compiled for Windows XP ([https://bugreports.qt.io/browse/QTBUG-49900 QTBUG-49900]) | * Qt WebEngine cannot be compiled for Windows XP ([https://bugreports.qt.io/browse/QTBUG-49900 QTBUG-49900]) | ||
* Problems with writing out large files [https://bugreports.qt.io/browse/QTBUG-56616 QTBUG-56616]) | |||
== OS X == | == OS X == | ||
== iOS == | == iOS == | ||
* Cannot run applications from Qt Creator in Simulator from Xcode 8 ([https://bugreports.qt.io/browse/QTCREATORBUG-16942 QTCREATORBUG-16942]) | |||
== Android == | == Android == |
Latest revision as of 15:08, 23 November 2016
All platforms
- Check that your system meets Qt's requirements
- All open issues can be found from Jira: https://bugreports.qt.io
- Documentation build can fail, workaround:
- While work on this is progressing, Qt (any module) is not yet sanitizer-clean, neither for tsan, ubsan, nor, possibly, asan.
- Certain seemingly malformed arithmetic expressions may crash the QML JavaScript engine optimizer (https://bugreports.qt.io/browse/QTBUG-56255)
Linux
- Qt WebEngine might crash on embedded devices if no default fonts are installed (QTBUG-51772)
- Qt support for DirectFB fails to build with some older versions of DirectFB. We have been unable to tell which is the first version known to compile, since DirectFB.org is unreachable. Workarounds:
- configure Qt with the -no-directfb option; or
- remove your DirectFB development files; or
- upgrade to a more recent version
Windows
- Qt WebEngine cannot be compiled for Windows XP (QTBUG-49900)
- Problems with writing out large files QTBUG-56616)
OS X
iOS
- Cannot run applications from Qt Creator in Simulator from Xcode 8 (QTCREATORBUG-16942)
Android
Qt Labs Controls
- The Gallery example uses Qt Quick Layouts, which is shipped as part of the Qt Quick Controls component. However, in the installer the Qt Quick Controls component is not marked as a dependency to the Qt Labs Controls component. Both components need to be selected in order to be able to run the Qt Labs Controls Gallery example.