Qt 5.13.0 Known Issues: Difference between revisions
Tim.Jenssen (talk | contribs) No edit summary |
m (Added OpenSSL note) |
||
Line 3: | Line 3: | ||
*All open issues can be found from Jira: https://bugreports.qt.io | *All open issues can be found from Jira: https://bugreports.qt.io | ||
**RTA findings [https://bugreports.qt.io/issues/?filter=20543 here] | **RTA findings [https://bugreports.qt.io/issues/?filter=20543 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 == | == All platforms == |
Revision as of 09:50, 11 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
Windows
- Qt Webengine Binaries are missing in Alpha because of QTBUG-71125
- QtLottie binaries/libs not installed on Win Andoid x86 and armv7, MSVC2015 WinRT x86, see QTBUG-73782
- MinGW7.3 x86 toolchain path in qtenv2.bat has path to x64 bit MinGW, see QTBUG-73783
Linux
macOS
Android
iOS
Can't compile iOS examples on macOS10.14, see QTBUG-73774