Qt 5.13.0 Known Issues: Difference between revisions
(Added a known issue re ActiveQt on Windows and cmake) |
No edit summary |
||
Line 10: | Line 10: | ||
== All platforms == | == All platforms == | ||
* WebEngine cannot load PDFs with spaces in the url name, see {{Issue|QTBUG-76226}} | |||
==Windows== | ==Windows== | ||
* ActiveQt includes the debug library dependencies when building a release version of something using it, see {{Issue|QTBUG-76337}} | * ActiveQt includes the debug library dependencies when building a release version of something using it, see {{Issue|QTBUG-76337}} | ||
Line 28: | Line 26: | ||
==UWP== | ==UWP== | ||
QTBUG-75620: WinRT: Fix crash in native socket engine during close | |||
==QNX== | ==QNX== |
Revision as of 07:19, 18 June 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.0 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.
All platforms
- WebEngine cannot load PDFs with spaces in the url name, see QTBUG-76226
Windows
- ActiveQt includes the debug library dependencies when building a release version of something using it, see QTBUG-76337
Linux
macOS
Android
iOS
Can't compile iOS examples on macOS10.14, see QTBUG-73774
UWP
QTBUG-75620: WinRT: Fix crash in native socket engine during close