Qt 5.6.0 Known Issues
Jump to navigation
Jump to search
Known Issues - Qt 5.6.0 RC
All platforms
- Check that your system meets Qt's requirements
- All open issues can be found from Jira: https://bugreports.qt.io
- See all open blocker issues from QTBUG-48845
- https://bugreports.qt.io/browse/QTBUG-35314 :configure.exe is missing in tarballs
Linux
- qdoc compilation failed if qtdeclarative is skipped from the build, see https://bugreports.qt.io/browse/QTBUG-51409
- QtWebEngine fails to build for Red Hat / CentOS 6.6 QTBUG-48298
- Workaround: See patch in the bug report
Windows
- https://bugreports.qt.io/browse/QTBUG-51363 :Cannot build QtSerialPort because of missing include path
- https://bugreports.qt.io/browse/QTBUG-51324 :Qt5.6.0-rc fails to build on windows with -opengl dynamic
- Workaround: remove #include "qopengles2ext.h" & #include "qopenglext.h" from include/QtGui/QtGui
Mac
- https://bugreports.qt.io/browse/QTBUG-50155 :macdeployqt installs QtWebEngineProcess but does not adjust its rpath to point to the bundle's framework dir
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.