Qt 5.9.4 Known Issues: Difference between revisions

From Qt Wiki
Jump to navigation Jump to search
(Created page with "Category:Known Issues == All platforms == * Check that your system meets [http://doc-snapshots.qt.io/qt5-5.9/gettingstarted.html#platform-requirements Qt's requirements]...")
 
(Note about QTBUG-65834)
Line 4: Line 4:
* Check that your system meets [http://doc-snapshots.qt.io/qt5-5.9/gettingstarted.html#platform-requirements Qt's requirements]
* Check that your system meets [http://doc-snapshots.qt.io/qt5-5.9/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
* https://bugreports.qt.io/browse/QTBUG-65834 - The resolution of https://bugreports.qt.io/browse/QTBUG-61209 introduced a necessary behavior change that isn't mentioned in the changes-5.9.4 file:
This changes the semantics of URL redirects. Previously a redirected URL was used as the base URL for furher URL resolution. This doesn't work because redirection occurs after interception and interception should not influence the resolution of further URLs. We now use the original URL as base URL for resolution of further URLs and rely on the server to redirect those, too.


== Windows ==
== Windows ==

Revision as of 09:39, 18 January 2018

All platforms

This changes the semantics of URL redirects. Previously a redirected URL was used as the base URL for furher URL resolution. This doesn't work because redirection occurs after interception and interception should not influence the resolution of further URLs. We now use the original URL as base URL for resolution of further URLs and rely on the server to redirect those, too.

Windows

  • Static builds of Qt with Microsoft Visual Studio 2017 (through Update 2) do not work and will likely crash at runtime. This is believed to be a compiler bug and therefore an update from Microsoft is required. See https://bugreports.qt.io/browse/QTBUG-59721.

Linux

Building Qt modules fails with binaries delivered with online installer see bug QTBUG-53865. Workaround is to build whole Qt from source or have libicu 56 installed on the system.

macOS

Android

Qt for Android known issues

iOS

UWP

QNX

INTEGRITY

Qt3D not working with i.MX6, reverting commit ad58631a946cd733a34b04634270eb1ac74941bc fixes the issue, https://bugreports.qt.io/browse/QTBUG-59349

Qt for Device Creation