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.11.0 Known Issues: Difference between revisions
Jump to navigation
Jump to search
m (→Linux) |
|||
(11 intermediate revisions by 6 users not shown) | |||
Line 5: | Line 5: | ||
== All platforms == | == All platforms == | ||
* | *WebGL Streaming is broken in 5.11.0: [https://bugreports.qt.io/browse/QTBUG-67147 QTBUG-67147] | ||
*QML Window declared inside an Item is not visible: [https://bugreports.qt.io/browse/QTBUG-67903 QTBUG-67903] | |||
==Windows== | ==Windows== | ||
* qdoc.exe is missing from MinGW packages, see https://bugreports.qt.io/browse/QTBUG-68064 | |||
* Static builds with MSVC 2015 crash on start, see [https://bugreports.qt.io/browse/QTBUG-68514 QTBUG-68514] (dynamic builds still work, but have a minor performance regression on start). | |||
==Linux== | ==Linux== | ||
* https://bugreports.qt.io/browse/QTBUG-68156 Built against OpenSSL 1.0.2. This may be incompatible on newer Linux distributions. There one can install older version of OpenSSL (e.g. apt install openssl1.0 libssl1.0-dev) | |||
==macOS== | ==macOS== | ||
==Android== | ==Android== | ||
* | * QSettings cannot save anything; see [https://bugreports.qt.io/browse/QTBUG-68344 QTBUG-68344]. Loading files should work. Workarounds: none. | ||
* QTemporaryFile cannot obtain file names; see [https://bugreports.qt.io/browse/QTBUG-68344 QTBUG-68344]. Working with temporary files without calling fileName() should work. Workarounds: try using different directory paths. | |||
* | |||
==iOS== | ==iOS== | ||
Line 25: | Line 25: | ||
* [https://bugreports.qt.io/browse/QTBUG-66092 QTBUG-66092] UWP: Redraw must be triggered manually after moving to different screen[https://bugreports.qt.io/browse/QTBUG-66092 :] | * [https://bugreports.qt.io/browse/QTBUG-66092 QTBUG-66092] UWP: Redraw must be triggered manually after moving to different screen[https://bugreports.qt.io/browse/QTBUG-66092 :] | ||
* [https://bugreports.qt.io/browse/QTCREATORBUG-19688 QTCREATORBUG-19688 :]Building for UWP fails because of wrong compiler | * [https://bugreports.qt.io/browse/QTCREATORBUG-19688 QTCREATORBUG-19688 :]Building for UWP fails because of wrong compiler | ||
* [https://bugreports.qt.io/browse/QTBUG-66087 QTBUG-66087 :]QuickControls controls have issues in high DPI screens | * [https://bugreports.qt.io/browse/QTBUG-66087 QTBUG-66087 :]QuickControls controls have issues in high DPI screens | ||
==QNX== | ==QNX== | ||
* [https://bugreports.qt.io/browse/QTBUG-68227 QTBUG-68227] [QNX7] [ARMv7] Positioners example doesn't render completely | |||
* [https://bugreports.qt.io/browse/QTCREATORBUG-20402 QTCREATORBUG-20402 :]Qt Creator 4.6.1 fails to deploy QNX application | |||
==Qt for Device Creation== | ==Qt for Device Creation== | ||
==Qt for Automation 5.11 == | ==Qt for Automation 5.11 == | ||
{{Release Information}} | {{Release Information}} |
Latest revision as of 09:50, 7 June 2018
- Check that your system meets Qt's requirements
- All open issues can be found from Jira: https://bugreports.qt.io
- RTA findings here
All platforms
- WebGL Streaming is broken in 5.11.0: QTBUG-67147
- QML Window declared inside an Item is not visible: QTBUG-67903
Windows
- qdoc.exe is missing from MinGW packages, see https://bugreports.qt.io/browse/QTBUG-68064
- Static builds with MSVC 2015 crash on start, see QTBUG-68514 (dynamic builds still work, but have a minor performance regression on start).
Linux
- https://bugreports.qt.io/browse/QTBUG-68156 Built against OpenSSL 1.0.2. This may be incompatible on newer Linux distributions. There one can install older version of OpenSSL (e.g. apt install openssl1.0 libssl1.0-dev)
macOS
Android
- QSettings cannot save anything; see QTBUG-68344. Loading files should work. Workarounds: none.
- QTemporaryFile cannot obtain file names; see QTBUG-68344. Working with temporary files without calling fileName() should work. Workarounds: try using different directory paths.
iOS
UWP
- QTBUG-66092 UWP: Redraw must be triggered manually after moving to different screen:
- QTCREATORBUG-19688 :Building for UWP fails because of wrong compiler
- QTBUG-66087 :QuickControls controls have issues in high DPI screens
QNX
- QTBUG-68227 [QNX7] [ARMv7] Positioners example doesn't render completely
- QTCREATORBUG-20402 :Qt Creator 4.6.1 fails to deploy QNX application