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.13.2 Known Issues: Difference between revisions
(→iOS) |
(→Qt for Device Creation: Known issues updated for 5.13.2) |
||
Line 33: | Line 33: | ||
==Qt for Device Creation== | ==Qt for Device Creation== | ||
CMake projects do not deploy anything to a Boot2Qt device, see [https://bugreports.qt.io/browse/QTCREATORBUG-22822 QTCREATORBUG-22822]. | * CMake projects do not deploy anything to a Boot2Qt device, see [https://bugreports.qt.io/browse/QTCREATORBUG-22822 QTCREATORBUG-22822]. This is fixed in QtCreator 4.11.0 when it releases. | ||
* Qt For Device Creation documentation in QtCreator shows version string erroneously as "5.13.1". The module itself and the documentation have minor updates in 5.13.2 release. | |||
==Qt for Automation 5.13 == | ==Qt for Automation 5.13 == | ||
{{Release Information}} | {{Release Information}} |
Revision as of 10:15, 31 October 2019
- Check that your system meets Qt's requirements
- All open issues can be found from Jira: https://bugreports.qt.io
- RTA findings here
OpenSSL
Qt 5.13 requires OpenSSL 1.1.1 version on Linux and Windows. Qt online installer provides as convenience both OpenSSL source code and pre-built binaries of the OpenSSL libraries used by Qt Network. However, the installer doesn't set up OpenSSL environment. User needs to define the library path and possible environment variables. OpenSSL libraries are not automatically deployed with applications that are built with Qt. If provided OpenSSL binaries are not suitable for your use case source code installation includes instructions on how to configure and build your own OpenSSL libraries.
Import and export restrictions apply for some types of software, and for some parts of the world. Developers wishing to use SSL communication in their deployed applications should either ensure that their users have the appropriate libraries installed, or they should consult a suitably qualified legal professional to ensure that applications using the code from the OpenSSL project are correctly certified for import and export in relevant regions of the world.
See more instructions from QTCREATORBUG-22587
All platforms
Windows
Linux
macOS
Android
iOS
QTBUG-78496: iOS 13: TextEdit behavior is strange when entering Japanese characters - this is fixed if you use the latest Xcode version and therefore build with the iOS 13 SDK. However, this is still a problem if you are building with the iOS 12 SDK.
UWP
QTBUG-75620: WinRT: Fix crash in native socket engine during close
QNX
- QtCreator 4.9.x, Windows: Creator unable to deploy QNX project, see QTCREATORBUG-22592
- QtCreator 4.9.x, Windows: Unable to deploy public key to qnx device with Creator, see QTCREATORBUG-22591
Qt for Device Creation
- CMake projects do not deploy anything to a Boot2Qt device, see QTCREATORBUG-22822. This is fixed in QtCreator 4.11.0 when it releases.
- Qt For Device Creation documentation in QtCreator shows version string erroneously as "5.13.1". The module itself and the documentation have minor updates in 5.13.2 release.