QT upgrade from 5.7 to latest version
-
We are currently using Qt 5.7 in our products. We are planning to upgrade the Qt version to the latest version (Qt 6.4). But we have noticed that Qt Script and Qt XML Patterns modules are deprecated since Qt 6.0. Could you please guide us on how to port our current code to Qt 6.4, which heavily uses Qt 5.7's Qt XML Patterns and Qt Script modules?
-
We are currently using Qt 5.7 in our products. We are planning to upgrade the Qt version to the latest version (Qt 6.4). But we have noticed that Qt Script and Qt XML Patterns modules are deprecated since Qt 6.0. Could you please guide us on how to port our current code to Qt 6.4, which heavily uses Qt 5.7's Qt XML Patterns and Qt Script modules?
@Indika-Damayanthi said in QT upgrade from 5.7 to latest version:
Could you please guide us on how to port our current code to Qt 6.4, which heavily uses Qt 5.7's Qt XML Patterns and Qt Script modules?
Stay at 5.15.x and slowly port away from those libs if you really want to use Qt6.
-
@Indika-Damayanthi said in QT upgrade from 5.7 to latest version:
Could you please guide us on how to port our current code to Qt 6.4, which heavily uses Qt 5.7's Qt XML Patterns and Qt Script modules?
Stay at 5.15.x and slowly port away from those libs if you really want to use Qt6.
Thank you for your response.
There are some known vulnerabilities on QT 5.X path(https://www.cvedetails.com/vulnerability-list/vendor_id-6363/QT.html).
Could you please advise whether it is possible to prevent from these vulnerabilities without upgrading QT version to 6.X -
Thank you for your response.
There are some known vulnerabilities on QT 5.X path(https://www.cvedetails.com/vulnerability-list/vendor_id-6363/QT.html).
Could you please advise whether it is possible to prevent from these vulnerabilities without upgrading QT version to 6.X@Indika-Damayanthi said in QT upgrade from 5.7 to latest version:
There are some known vulnerabilities on QT 5.X path(https://www.cvedetails.com/vulnerability-list/vendor_id-6363/QT.html).
Could you please advise whether it is possible to prevent from these vulnerabilities without upgrading QT version to 6.XOpen-source route
- Download the latest version of the open-source source code (currently Qt 5.15.7): https://github.com/qt/qt5/tree/v5.15.7-lts-lgpl
- Read the recent security advisories and apply any relevant patches to the source code: https://www.qt.io/blog/tag/security
- Build the patched copy of Qt 5
Repeat this process as newer versions are released.
Commercial route
- Install the latest version of the commercial binaries from your installer (currently Qt 5.15.12)
Repeat this step as newer versions are released.
-
Thank you for your response.
There are some known vulnerabilities on QT 5.X path(https://www.cvedetails.com/vulnerability-list/vendor_id-6363/QT.html).
Could you please advise whether it is possible to prevent from these vulnerabilities without upgrading QT version to 6.X@Indika-Damayanthi said in QT upgrade from 5.7 to latest version:
Could you please advise whether it is possible to prevent from these vulnerabilities
Use the latest Qt5.15 commercial version