Qt 5.6.0 Known Issues: Difference between revisions
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 == | ||
* | * 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
- 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
Linux
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
iOS
- QtQuick.Dialogs: FileDialog causes an excessively long application startup time, see https://bugreports.qt.io/browse/QTBUG-46477
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.