Qt 5.6.0 Known Issues: Difference between revisions

From Qt Wiki
Jump to navigation Jump to search
(Qt Labs Controls Gallery example requires Qt Quick Layouts from the Qt Quick Controls component)
No edit summary
Line 10: Line 10:
== Windows ==
== Windows ==


* Combo Box popup in Qt Creator Examples misplaced, see https://bugreports.qt.io/browse/QTBUG-49097
* 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 ==

Revision as of 11:57, 25 February 2016

Known Issues - Qt 5.6.0 RC

All platforms

Linux

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.