Qt wiki will be updated on October 12th 2023 starting at 11:30 AM (EEST) and the maintenance will last around 2-3 hours. During the maintenance the site will be unavailable.
Qt 5.10.0 Known Issues: Difference between revisions
Jump to navigation
Jump to search
(Added 3rdparty attribution glitches) |
m (Fixed linked for android file copy issue) |
||
(4 intermediate revisions by 3 users not shown) | |||
Line 5: | Line 5: | ||
== All platforms == | == All platforms == | ||
* Glitches in documentation of Third Party Code | * Glitches in documentation of Third Party Code | ||
** Qt Gui - list of third party licenses is incorrect, see https://bugreports.qt.io/browse/QTBUG-65138 | ** Qt Gui - list of third party licenses is incorrect, see https://bugreports.qt.io/browse/QTBUG-65138 | ||
Line 21: | Line 16: | ||
==macOS== | ==macOS== | ||
* SQLite3 driver in 5.10 is | * SQLite3 driver crashes in 5.10 macOS if a prepared query is executed without parameters bound, see https://bugreports.qt.io/browse/QTBUG-64923 | ||
==Android== | ==Android== | ||
* QFile::copy fails to copy files, see [https:///bugreports.qt.io/browse/QTBUG-64103 QTBUG-64103] | |||
==iOS== | ==iOS== | ||
* | * Qt Graphical Effects - Shaders are missing in static builds (-> i.e. ColorOverlay is not shown on iOS, see https://bugreports.qt.io/browse/QTBUG-64775) | ||
==UWP== | ==UWP== |
Latest revision as of 15:29, 17 January 2018
- 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
All platforms
- Glitches in documentation of Third Party Code
- Qt Gui - list of third party licenses is incorrect, see https://bugreports.qt.io/browse/QTBUG-65138
- Qt WebEngine - License type for third-party code is not displayed correctly for WebEngine, see https://bugreports.qt.io/browse/QTBUG-64799
Windows
- MapboxGL plugin not showing up on Windows, see https://bugreports.qt.io/browse/QTBUG-64632
Linux
- Wacom stylus type detection (e.g. airbrush and Art Pen) stopped working, see https://bugreports.qt.io/browse/QTBUG-64911
macOS
- SQLite3 driver crashes in 5.10 macOS if a prepared query is executed without parameters bound, see https://bugreports.qt.io/browse/QTBUG-64923
Android
- QFile::copy fails to copy files, see QTBUG-64103
iOS
- Qt Graphical Effects - Shaders are missing in static builds (-> i.e. ColorOverlay is not shown on iOS, see https://bugreports.qt.io/browse/QTBUG-64775)
UWP
QNX
Qt for Device Creation
- Issues in emulator, see QTBUG-64887, QTBUG-64977 for details.