Qt 5.9.0 Known Issues: Difference between revisions
Jump to navigation
Jump to search
(→Qt for Device Creation: known issues for RC) |
No edit summary |
||
Line 6: | Line 6: | ||
* RTA findings here: https://bugreports.qt.io/issues/?filter=18372 | * RTA findings here: https://bugreports.qt.io/issues/?filter=18372 | ||
* CMake: Qt modules do not define <code>Qt5XXX_VERSION_STRING</code> correctly. Workaround is to use <code>Qt5XXX_VERSION</code> instead: https://bugreports.qt.io/browse/QTBUG-60936 | * CMake: Qt modules do not define <code>Qt5XXX_VERSION_STRING</code> correctly. Workaround is to use <code>Qt5XXX_VERSION</code> instead: https://bugreports.qt.io/browse/QTBUG-60936 | ||
* https://bugreports.qt.io/browse/QTBUG-61017 :Configuring Qt from sources gets stuck if trying<code> ./configure + press 'c'</code> Workaround is to use <code>-confirm-license</code> | |||
== Windows == | == Windows == | ||
* windeployqt cannot deploy ANGLE when using -combined-angle-lib https://bugreports.qt.io/browse/QTBUG-60962 | * windeployqt cannot deploy ANGLE when using -combined-angle-lib https://bugreports.qt.io/browse/QTBUG-60962 |
Revision as of 08:43, 26 May 2017
All platforms
- Check that your system meets Qt's requirements
- All open issues can be found from Jira: https://bugreports.qt.io
- RTA findings here: https://bugreports.qt.io/issues/?filter=18372
- CMake: Qt modules do not define correctly. Workaround is to use
Qt5XXX_VERSION_STRING
instead: https://bugreports.qt.io/browse/QTBUG-60936Qt5XXX_VERSION
- https://bugreports.qt.io/browse/QTBUG-61017 :Configuring Qt from sources gets stuck if tryingWorkaround is to use
./configure + press 'c'
-confirm-license
Windows
- windeployqt cannot deploy ANGLE when using -combined-angle-lib https://bugreports.qt.io/browse/QTBUG-60962
Linux
macOS
Android
iOS
QNX
- C++ debugging fails on QNX, see QTCREATORBUG-17901
Qt for Device Creation
- Device Creation requires QtCreator 4.3 to work due new QDB plugin.
- Virtual keyboard does not work in the sample Qt Quick application, see QTCREATORBUG-18247