Qt 5.5.0 Known Issues: Difference between revisions

From Qt Wiki
Jump to navigation Jump to search
mNo edit summary
Line 5: Line 5:
* Check that your system meets [http://doc-snapshots.qt.io/qt5-5.5/gettingstarted.html#platform-requirements Qt's requirements]
* Check that your system meets [http://doc-snapshots.qt.io/qt5-5.5/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
* There are three bugs in the JS/QML garbage collection that didn't make it into the beta but will be fixed in the final ([https://bugreports.qt.io/browse/QTBUG-44895 QTBUG-44895], [https://bugreports.qt.io/browse/QTBUG-45051 QTBUG-45051] and [https://bugreports.qt.io/browse/QTBUG-45888 QTBUG-45888]). One symptom of these bugs is that the Qt Quick Designer may crash unexpectedly. Another symptom is that KDE's Plasma crashes on startup.
* See all open blocker issues from [https://bugreports.qt.io/browse/QTBUG-46579 QTBUG-46579]
* See all RC blocker issues from [https://bugreports.qt.io/browse/QTBUG-44654 QTBUG-44654]


== Linux ==
== Linux ==
* If you intend to build the QtWayland module, you need to <tt>mkdir qtwayland/.git</tt> before running configure and make ([https://bugreports.qt.io/browse/QTBUG-43412 QTBUG-
* Linux pre-build binary packages are build by using gcc 4.9.2 (accidentally). Unfortunately gcc 4.9.2 is known to miscompile Qt. You can find out more details at http://lists.qt-project.org/pipermail/development/2015-March/020632.html
43412])
* Standalone Qt 5 apps crash on Plasma 5 due to incorrect QT_PLUGIN_PATH, see https://bugreports.qt.io/browse/QTBUG-46714
== Windows ==
== Windows ==
* Offline packages: The installer/maintenancetool process does not terminate correctly. A reboot or hard kill on that process finishes installation / uninstallation. [https://bugreports.qt.io/browse/QTIFW-702 QTIFW-702]
* Tools from ActiveQt missing from pre-built binary packages, see https://bugreports.qt.io/browse/QTBUG-46712
 
== Mac ==
* Installer might crash after installation, see https://bugreports.qt.io/browse/QTBUG-46768

Revision as of 09:21, 22 June 2015

Known Issues - Qt 5.5.0

All platforms

Linux

Windows

Mac