Qt 5.9.3 Known Issues: Difference between revisions
Jump to navigation
Jump to search
(→Qt for Device Creation: Trimmed the known issues notes) |
Kimmo Ollila (talk | contribs) (Added link to bugreport) |
||
(3 intermediate revisions by 2 users not shown) | |||
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 | ||
* The QML profiler will not record memory allocations. See https://bugreports.qt.io/browse/QTBUG-64674 | |||
== Windows == | == Windows == | ||
Line 22: | Line 23: | ||
* C++ debugging fails on QNX, see https://bugreports.qt.io/browse/QTCREATORBUG-17901 | * C++ debugging fails on QNX, see https://bugreports.qt.io/browse/QTCREATORBUG-17901 | ||
== INTEGRITY == | |||
Qt3D not working with i.MX6, reverting commit ad58631a946cd733a34b04634270eb1ac74941bc fixes the issue, https://bugreports.qt.io/browse/QTBUG-59349 | |||
== Qt for Device Creation == | == Qt for Device Creation == | ||
CPU usage analyzer usability problem for Device Creation targets with QtCreator 4.4 branch, see [https://bugreports.qt.io/browse/QTCREATORBUG-19320 QTCREATORBUG-19320] and [https://bugreports.qt.io/browse/QTCREATORBUG-19335 QTCREATORBUG-19335]{{Release Information}} | CPU usage analyzer usability problem for Device Creation targets with QtCreator 4.4 branch, see [https://bugreports.qt.io/browse/QTCREATORBUG-19320 QTCREATORBUG-19320] and [https://bugreports.qt.io/browse/QTCREATORBUG-19335 QTCREATORBUG-19335]{{Release Information}} |
Latest revision as of 11:12, 22 November 2017
All platforms
- Check that your system meets Qt's requirements
- All open issues can be found from Jira: https://bugreports.qt.io
- The QML profiler will not record memory allocations. See https://bugreports.qt.io/browse/QTBUG-64674
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
iOS
UWP
QNX
- C++ debugging fails on QNX, see https://bugreports.qt.io/browse/QTCREATORBUG-17901
INTEGRITY
Qt3D not working with i.MX6, reverting commit ad58631a946cd733a34b04634270eb1ac74941bc fixes the issue, https://bugreports.qt.io/browse/QTBUG-59349
Qt for Device Creation
CPU usage analyzer usability problem for Device Creation targets with QtCreator 4.4 branch, see QTCREATORBUG-19320 and QTCREATORBUG-19335