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.12.8 Known Issues: Difference between revisions
Jump to navigation
Jump to search
(Add mention of issues on Qt3D and fix) |
|||
Line 6: | Line 6: | ||
== All platforms == | == All platforms == | ||
*QML Window declared inside an Item is not visible: [https://bugreports.qt.io/browse/QTBUG-67903 QTBUG-67903] | *QML Window declared inside an Item is not visible: [https://bugreports.qt.io/browse/QTBUG-67903 QTBUG-67903] | ||
*[https://codereview.qt-project.org/c/qt/qt3d/+/297123 Qt 3D suffers from a regression that prevents optional aspects (animations, logic) from running.] | |||
**[https://codereview.qt-project.org/c/qt/qt3d/+/297123 https://codereview.qt-project.org/c/qt/qt3d/+/297123 fixes this] | |||
***[https://codereview.qt-project.org/c/qt/qt3d/+/297123 Download and install Qt 5.12.8] | |||
***[https://codereview.qt-project.org/c/qt/qt3d/+/297123 clone Qt3D:<code>git clone git@github.com:qt/qt3d.git</code>] | |||
***[https://codereview.qt-project.org/c/qt/qt3d/+/297123 go to 5.12 branch:<code>git checkout -t origin/5.12</code>] | |||
***[https://codereview.qt-project.org/c/qt/qt3d/+/297123 open a console with Qt setup (should be installed with Qt)] | |||
***[https://codereview.qt-project.org/c/qt/qt3d/+/297123 go to the Qt3D directory, and type:<code>qmake && make - j4 && make install</code>(or <code>qmake; jom; jom install</code>on Windows)] | |||
==Windows== | ==Windows== |
Latest revision as of 13:00, 24 April 2020
- 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
- QML Window declared inside an Item is not visible: QTBUG-67903
- Qt 3D suffers from a regression that prevents optional aspects (animations, logic) from running.
Windows
Linux
- opensuse42.3 cannot build examples because of dbus version being too old
macOS
Android
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