Qt 5.6.0 Known Issues: Difference between revisions

From Qt Wiki
Jump to navigation Jump to search
(Mention WebEngine not building on Red Hat 6.6)
Line 1: Line 1:
= Known Issues - Qt 5.6.0 RC =
= Known Issues - Qt 5.6.0=
== All platforms ==
== All platforms ==


* Check that your system meets [http://doc-snapshots.qt.io/qt5-5.6/gettingstarted.html#platform-requirements Qt's requirements]
* 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 found from Jira: https://bugreports.qt.io
* All open issues can be found from Jira: https://bugreports.qt.io
* See all open blocker issues from [https://bugreports.qt.io/browse/QTBUG-48845 QTBUG-48845]
* https://bugreports.qt.io/browse/QTBUG-35314 :configure.exe is missing in tarballs


== Linux ==
== 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 [https://bugreports.qt.io/browse/QTBUG-48298 QTBUG-48298]
* QtWebEngine fails to build for Red Hat / CentOS 6.6 [https://bugreports.qt.io/browse/QTBUG-48298 QTBUG-48298]
** Workaround: See patch in the bug report
** Workaround: See patch in the bug report


== Windows ==
== 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 ==
== 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 ==
== iOS ==

Revision as of 06:52, 14 March 2016

Known Issues - Qt 5.6.0

All platforms

Linux

  • QtWebEngine fails to build for Red Hat / CentOS 6.6 QTBUG-48298
    • Workaround: See patch in the bug report

Windows

Mac

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.