Qt wiki will be updated on October 12th 2023 starting at 11:30 AM (EEST) and the maintenance will last around 2-3 hours. During the maintenance the site will be unavailable.
Qt 5.9.0 Known Issues: Difference between revisions
Jump to navigation
Jump to search
(→Qt for Device Creation: known issues for 5.9.0 Beta 4) |
No edit summary |
||
Line 5: | Line 5: | ||
* All open issues can be found from Jira: https://bugreports.qt.io | * All open issues can be found from Jira: https://bugreports.qt.io | ||
* RTA findings here: https://bugreports.qt.io/issues/?filter=18372 | * RTA findings here: https://bugreports.qt.io/issues/?filter=18372 | ||
* | * QtWebengine broke binary backward compatibility: https://bugreports.qt.io/browse/QTBUG-60565 | ||
== Windows == | |||
* Windows dialogs font rendering broken: https://bugreports.qt.io/browse/QTBUG-60562 | |||
== Linux == | == Linux == | ||
== macOS == | == macOS == | ||
* When creating QSharedMemory in one version and then attaching to it from another version, it will fail: https://bugreports.qt.io/browse/QTBUG-60771 | |||
* use-after-free when quitting the controls gallery: https://bugreports.qt.io/browse/QTBUG-60786 | |||
* Flash games are not rendered properly: https://bugreports.qt.io/browse/QTBUG-60706 | |||
== iOS == | == iOS == | ||
Line 19: | Line 22: | ||
* C++ debugging fails on QNX, see QTCREATORBUG-17901 | * C++ debugging fails on QNX, see QTCREATORBUG-17901 | ||
* OpenGL applications (openglwindow, samegame, etc) fault on QNX: https://bugreports.qt.io/browse/QTBUG-60457 | |||
== Qt for Device Creation == | == Qt for Device Creation == |
Revision as of 04:45, 17 May 2017
All platforms
- Check that your system meets Qt's requirements
- All open issues can be found from Jira: https://bugreports.qt.io
- RTA findings here: https://bugreports.qt.io/issues/?filter=18372
- QtWebengine broke binary backward compatibility: https://bugreports.qt.io/browse/QTBUG-60565
Windows
- Windows dialogs font rendering broken: https://bugreports.qt.io/browse/QTBUG-60562
Linux
macOS
- When creating QSharedMemory in one version and then attaching to it from another version, it will fail: https://bugreports.qt.io/browse/QTBUG-60771
- use-after-free when quitting the controls gallery: https://bugreports.qt.io/browse/QTBUG-60786
- Flash games are not rendered properly: https://bugreports.qt.io/browse/QTBUG-60706
iOS
QNX
- C++ debugging fails on QNX, see QTCREATORBUG-17901
- OpenGL applications (openglwindow, samegame, etc) fault on QNX: https://bugreports.qt.io/browse/QTBUG-60457
Qt for Device Creation
- "Launch Emulator" button missing from QtCreator, see QTBUG-60724
- Linux only: Emulator Kit has wrong C++ compiler set after installation, see QTCREATORBUG-18169
- Launching application from QtCreator in Jetson TX1 fails, see QTBUG-60665 (workaround available)