Qt 5.6.1 Known Issues: Difference between revisions
Created page with "== All platforms == * Check that your system meets [http://doc-snapshots.qt.io/qt5-5.6/gettingstarted.html#platform-requirements Qt's requirements] * All open issues can be f..." |
(No difference)
|
Revision as of 13:30, 10 May 2016
All platforms
- Check that your system meets Qt's requirements
- All open issues can be found from Jira: https://bugreports.qt.io
- ODBC sql plugin not shipped in 5.6.0 packages (will be fixed in 5.6.1)
Linux
- Qt WebEngine fails to build for Red Hat / CentOS 6.6 QTBUG-48298
- 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)
OS X
iOS
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.